Difference between revisions of "Aask 1ff (call target)"

From Final Fantasy XII Wiki
Jump to navigation Jump to search
(Created page with "{{Call|id=0x01ff|return=|name=aask_1ff|args=int windowId, int dialogId, int posx, int posy, int align, int windowType|act=}}Displays dialog window of given type with text and...")
 
 
Line 1: Line 1:
{{Call|id=0x01ff|return=|name=aask_1ff|args=int windowId, int dialogId, int posx, int posy, int align, int windowType|act=}}Displays dialog window of given type with text and asks user to make a choice. Returns chosen item number (starts with zero).
+
{{Call|id=0x01ff|return=int|name=aask_1ff|args=int windowId, int dialogId, int posx, int posy, int align, int windowType|act=}}Displays dialog window of given type with text and asks user to make a choice. Returns chosen item number (starts with zero).
  
 
<code>dialogId</code> - ID of the choice dialog to display; consists of dialog number in EBP's second section ORed by <code>0x1000000</code>.
 
<code>dialogId</code> - ID of the choice dialog to display; consists of dialog number in EBP's second section ORed by <code>0x1000000</code>.

Latest revision as of 13:24, 23 July 2019

Signature:

int aask_1ff(int windowId, int dialogId, int posx, int posy, int align, int windowType); // id: 0x01ff

Displays dialog window of given type 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.