Set Mes Win Hide Status

Signature

void setmeswinhidestatus(int windowId, int state); //id:0x03d3

Description

Used after functions like Mes and A Ask 1FF to hide or show the window while a menu is open.

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.

State

Sets the visibility of the window to either hidden (0) or shown (2).

Last updated