Wait (call target)

From Final Fantasy XII Wiki
Revision as of 08:31, 23 July 2019 by Admin (talk | contribs) (Created page with "{{Call|id=0x0000|return=|name=wait|args=int time}} Waits for a specified time, letting other threads execute. '''One unit of time equals 100ms'''.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Signature:

void wait(int time); // id: 0x0000


Waits for a specified time, letting other threads execute. One unit of time equals 100ms.