Getpos (call target)

From Final Fantasy XII Wiki
Revision as of 09:13, 23 July 2019 by 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 [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Signature:

void getpos(float* posx, float* posy, float* posz); // id: 0x000b
//or in a context of another script
void scriptName.getpos(float* posx, float* posy, float* posz); // id: 0x000b

Gets current position of an entity controlled by current or remote script. Pass references as arguments.