Mes Open Speed 1B

Signature

void mesopenspeed_1b(int windowId, int openSpeed, int closeSpeed); //id:0x001b

Description

Used before functions like Mes and A Ask 1FF to set the open and close speed of the next opened window.

Arguments

Window Identifier

The window the dialogue will be displayed in.

There are a total of 8 windows (0 -> 7) that can be used to simultaneously display several dialogues, shapes (textures), etc. at the same time.

If a value of -1 is passed, it will be changed to 0.

If the window is already used before calling this function, nothing will change.

Open Speed

The time it will take to fully open the window.

Close Speed

The time it will take to fully close the window.

Last updated