Aask (call target)

From Final Fantasy XII Wiki
Revision as of 13:25, 23 July 2019 by Admin (talk | contribs) (Created page with "{{Call|id=0x0010|return=int|name=aask|args=int windowId, int dialogId, int posx, int posy, int align|act=}}Displays system dialog window with text and asks user to make a choi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Signature:

int aask(int windowId, int dialogId, int posx, int posy, int align); // id: 0x0010

Displays system dialog window with text and asks user to make a choice. Returns chosen item number (starts with zero).

dialogId - ID of the choice dialog to display; consists of dialog number in EBP's second section ORed by 0x1000000.