Mes Sync

Signature

void messync(int windowId, int unknown1); //id:0x0011

Description

Used after functions like Mes and A Ask 1FF to stop the execution of the following functions until the window was closed by the player. Once it is, a close request will be sent to the window and its completion will be awaited.

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.

Unknown 1

The purpose of this argument is unknown.

Last updated