Mesclose (call target)

From Final Fantasy XII Wiki
Revision as of 12:57, 23 July 2019 by Admin (talk | contribs) (Created page with "{{Call|id=0x0012|return=|name=mesclose|args=int windowId|act=}}Sends a close request to a window and returns immediately. Depending on window type, user action (confirm/cance...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Signature:

void mesclose(int windowId); // id: 0x0012

Sends a close request to a window and returns immediately.

Depending on window type, user action (confirm/cancel) may be required before the window actually closes. To detect such cases and block until window has been dismissed, use messync call.