New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 20:42, 11 September 2019 Rgbatrans (call target) (hist) [460 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x03b2|return=void|name=rgbatrans|args=float r, float g, float b, float a, int time|act=true}}Transitions a model bound to a script to RGBA values over <code>time</c...") Tag: Visual edit
- 12:11, 26 August 2019 BtlAtelSetUnit (call target) (hist) [154 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x3001|return=void|name=btlAtelSetUnit|args=int index|act=}}Starts an enemy entry section. <code>index</code> - index of actorInfo in ARD file.") Tag: Visual edit
- 12:09, 26 August 2019 BtlAtelSetLevel (call target) (hist) [348 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x3031|return=void|name=btlAtelSetLevel|args=int level, int maxLevelUp|act=}}Sets level of an enemy in spawn entry function. <code>level</code> - default level to s...") Tag: Visual edit
- 08:28, 24 July 2019 POPV (instruction) (hist) [524 bytes] Admin (talk | contribs) (Created page with "{{Instruction|op_name=POPV|op_code=0x49|op_size=3|op_args=0|op_desc=Pop stack into variable}} Pops stack into variable of any type. Casts value if necessary. 16bit immediate...") Tag: Visual edit
- 08:24, 24 July 2019 PUSHI (instruction) (hist) [431 bytes] Admin (talk | contribs) (Created page with "{{Instruction|op_name=PUSHI|op_code=0x4e|op_size=3|op_args=0|op_desc=Push big integer onto stack}} Pushes integer value onto stack. 16bit immediate represents a number of ent...") Tag: Visual edit
- 08:00, 24 July 2019 Additemmes (call target) (hist) [155 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0480|return=|name=additemmes|args=int itemId, int amount|act=}}Adds given amount of item to inventory. Displays "item received" dialog window.") Tag: Visual edit
- 07:53, 24 July 2019 Setmeswinline (call target) (hist) [193 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0474|return=|name=setmeswinline|args=int windowId, int lines|act=}}Sets maximum number of lines a system windows should have (vertical scrollbar will appear if the...") Tag: Visual edit
- 07:50, 24 July 2019 Partyallread (call target) (hist) [218 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x03eb|return=|name=partyallread|args=|act=}}Reloads party including stats and models (handy after manual equipment changes or stats modifications). Reloaded models...") Tag: Visual edit
- 07:47, 24 July 2019 Refreshparty (call target) (hist) [103 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x03e0|return=|name=refreshparty|args=|act=}}Reloads party after position / direction change.") Tag: Visual edit
- 07:39, 24 July 2019 Isbattlemember (call target) (hist) [228 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x035d|return=int|name=isbattlemember|args=int memberId|act=}}Returns <code>true</code> if given character is an active battle member. <code>memberId</code> - Par...") Tag: Visual edit
- 07:38, 24 July 2019 Ispartymember (call target) (hist) [218 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x035e|return=int|name=ispartymember|args=int memberId|act=}}Returns '''true''' if given character is a party member. <code>memberId</code> - Party members / batt...") Tag: Visual edit
- 07:36, 24 July 2019 Removepartymember (call target) (hist) [194 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0354|return=|name=removepartymember|args=int memberId|act=}}Removes playable character from party. <code>memberId</code> - Party members / battle members|party...") Tag: Visual edit
- 07:34, 24 July 2019 Addpartymember (call target) (hist) [190 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0353|return=|name=addpartymember|args=int memberId|act=}}Adds playable character party member. <code>memberId</code> - Party members / battle members|party memb...") Tag: Visual edit
- 07:31, 24 July 2019 Party members / battle members (hist) [173 bytes] Admin (talk | contribs) (Created page with "Many calls take party member number as their arguments. The enumeration is as follows: 0: Vaan 1: Ashe 2: Fran 3: Balthier 4: Basch 5: Penelo") Tag: Visual edit: Switched
- 07:22, 24 July 2019 Setitemnum (call target) (hist) [208 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x055c|return=|name=setitemnum|args=u_short itemId, int amount|act=}}Sets amount of given item in inventory. If <code>amount</code> is zero, item is completely remo...") Tag: Visual edit
- 07:18, 24 July 2019 Checkgill (call target) (hist) [152 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x02e6|return=int|name=checkgill|args=int amount|act=}}Returns <code>true</code> if there is at least <code>amount</code> of Gil in inventory.") Tag: Visual edit
- 07:17, 24 July 2019 Havegill (call target) (hist) [94 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x02e9|return=int|name=havegil|args=|act=}}Returns total amount of Gil in inventory.") Tag: Visual edit
- 07:16, 24 July 2019 Subgill (call target) (hist) [134 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x02e8|return=|name=subgill|args=int amount|act=}}Subtracts given amount of Gil. Total amount of Gil won't fall below zero.") Tag: Visual edit
- 07:14, 24 July 2019 Addgill (call target) (hist) [158 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x02e7|return=|name=addgill|args=int amount|act=}}Adds given amount of Gil. Displays "Received <code>amount</code> Gil" notification in battle log.") Tag: Visual edit
- 07:11, 24 July 2019 Subitem (call target) (hist) [206 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x02f2|return=|name=subitem|args=u_short itemId, int amount|act=}}Removes given amount of item from inventory. If item count reaches zero, item is completely remove...") Tag: Visual edit
- 07:09, 24 July 2019 Additem (call target) (hist) [169 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x02e5|return=|name=additem|args=u_short itemId, int amount|act=}}Adds given amount of item to inventory. Displays "item received" notification in battle log.") Tag: Visual edit
- 07:05, 24 July 2019 Haveitem (call target) (hist) [111 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x02e4|return=int|name=haveitem|args=u_short itemId|act=}}Returns number of given items in inventory.") Tag: Visual edit
- 06:57, 24 July 2019 Crossfade (call target) (hist) [351 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x016f|return=|name=crossfade|args=int queue1, int queue2, int time|act=}}Performs crossfade between two camera scripts on separate queues (see REQ) over <code>time<...") Tag: Visual edit
- 06:57, 24 July 2019 Crossfadesync (call target) (hist) [135 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0170|return=|name=crossfadesync|args=|act=}}Blocks until last crossfade transition is complete.") Tag: Visual edit
- 06:45, 24 July 2019 Fadesync (call target) (hist) [314 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x00b9|return=|name=fadesync|args=|act=}}Blocks until last fadein/fadeout transition is complete. Some of the ori...") Tag: Visual edit
- 06:41, 24 July 2019 Fadecolor (call target) (hist) [250 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x00ba|return=|name=fadecolor|args=int r, int g, int b, int alpha|act=}}Sets color to be used with fadeout and Fadein (call target)|fadei...") Tag: Visual edit
- 06:35, 24 July 2019 Fadein (call target) (hist) [302 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x00b8|return=|name=fadein|args=int time|act=}}Performs fadein from current color over <code>time</code>. '''One unit of time equals 100ms'''.") Tag: Visual edit
- 06:33, 24 July 2019 Whiteout (call target) (hist) [145 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x00b7|return=|name=whiteout|args=int time|act=}}Performs fadeout to white over <code>time</code>. '''One unit of time equals 100ms'''.") Tag: Visual edit
- 06:32, 24 July 2019 Fadeout (call target) (hist) [377 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x00b6|return=|name=fadeout|args=int time|act=}}Performs fadeout to black over <code>time</code>. '''One unit of time equals 100ms'''.") Tag: Visual edit
- 14:01, 23 July 2019 Lastjumpindex (call target) (hist) [123 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0093|return=int|name=lastjumpindex|args=|act=}}Returns map entry ID which party arrived from (on previous map).") Tag: Visual edit
- 13:59, 23 July 2019 Lastmap (call target) (hist) [100 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0092|return=int|name=lastmap|args=|act=}}Returns ID of the map which party arrived from.") Tag: Visual edit
- 13:58, 23 July 2019 Nowjumpindex (call target) (hist) [136 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0091|return=int|name=nowjumpindex|args=|act=}}Returns current map's entry ID (the entrance index through which characters arrived).") Tag: Visual edit
- 13:55, 23 July 2019 Nowmap (call target) (hist) [75 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0090|return=int|name=nowmap|args=|act=}}Returns current map ID.") Tag: Visual edit
- 13:53, 23 July 2019 Mapjump (call target) (hist) [141 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x008d|return=|name=mapjump|args=int mapId, int entryId, int animationType|act=}}Performs a jump to a specific entry slot on a map.") Tag: Visual edit
- 13:29, 23 July 2019 Keyscan (call target) (hist) [789 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0015|return=bool|name=keyscan|args=u_short buttons|act=}}Polls a gamepad and returns true if <code>buttons</code> are pressed. All controls are converted to Duals...") Tag: Visual edit
- 13:25, 23 July 2019 Aask (call target) (hist) [368 bytes] 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...") Tag: Visual edit
- 13:23, 23 July 2019 Aask 1ff (call target) (hist) [395 bytes] Admin (talk | contribs) (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...") Tag: Visual edit
- 13:20, 23 July 2019 Ames (call target) (hist) [284 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x000f|return=void|name=ames|args=int windowId, int dialogId, int posx, int posy, int align|act=}}Displays system dialog window with text. <code>dialogId</code> - I...") Tag: Visual edit
- 13:18, 23 July 2019 Ames 1fe (call target) (hist) [311 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x01fe|return=void|name=ames_1fe|args=int windowId, int dialogId, int posx, int posy, int align, int windowType|act=}}Displays dialog window of given type with text....") Tag: Visual edit
- 13:11, 23 July 2019 Messync2 (call target) (hist) [100 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0129|return=void|name=messync2|args=int windowId|act=}}Blocks until window is dismissed.") Tag: Visual edit
- 13:09, 23 July 2019 Messync (call target) (hist) [273 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0011|return=void|name=messync|args=int windowId, int boolVal|act=true}}Blocks until window is dismissed. <code>boolVal</code> - argument purpose unknown, further...") Tag: Visual edit
- 12:57, 23 July 2019 Mesclose (call target) (hist) [336 bytes] 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...") Tag: Visual edit
- 12:32, 23 July 2019 Setaskselectignore (call target) (hist) [220 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0475|return=void|name=setaskselectignore|args=int windowId, int choiceEntry|act=}}Hides choice entry displayed by aask* functions. <code>choiceEntry</code> - numb...") Tag: Visual edit
- 11:16, 23 July 2019 Amese (call target) (hist) [256 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0145|return=|name=amese|args=int windowId, int dialogId|act=true}}Displays standard dialog window with text. <code>dialogId</code> - ID of the dialog to display;...") Tag: Visual edit
- 11:10, 23 July 2019 Aaske (call target) (hist) [340 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x014a|return=int|name=aaske|args=int windowId, int dialogId|act=}}Displays standard dialog window with text and asks user to make a choice. Returns chosen item numb...") Tag: Visual edit
- 09:46, 23 July 2019 Padt (call target) (hist) [751 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0007|return=u_short|name=padt|args=|act=}}Returns previously polled gamepad button data. All controls are converted to Dualshock 2 equivalents. VM doesn't see but...") Tag: Visual edit
- 09:39, 23 July 2019 Pad (call target) (hist) [744 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0006|return=u_short|name=pad|args=|act=}}Polls a gamepad and returns button data. All controls are converted to Dualshock 2 equivalents. VM doesn't see buttons no...") Tag: Visual edit
- 09:28, 23 July 2019 Askpos (call target) (hist) [295 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x0013|return=void|name=askpos|args=int messageId, int initialPos, int cancelPos|act=}}Sets cursor position for aask* functions. <code>initialPos</code> - position...") Tag: Visual edit
- 09:13, 23 July 2019 Getpos (call target) (hist) [263 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x000b|return=void|name=getpos|args=float* posx, float* posy, float* posz|act=true}}Gets current position of an entity controlled by current or remote script. Pass [...") Tag: Visual edit
- 09:08, 23 July 2019 Cos (call target) (hist) [105 bytes] Admin (talk | contribs) (Created page with "{{Call|id=0x000a|return=float|name=cos|args=float angle|act=}}Returns cosinus value for angle in radians.") Tag: Visual edit