Fs Menu Show Rect

Signature

void fsmenu_showrect(int windowId, int noWait); //id:0x701A

Description

Shows a rectangle that was created via the Fs Menu Regist Rect function.

Arguments

Window Identifier

The window the rectangle 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.

No Wait

Waits until the rectangle is shown before executing next functions (0) or not (1).

Notes

This function will just return if the rectangle menu section wasn't loaded via the Fs Menu Load Resource function before.

Last updated