Getpos (call target)

From Final Fantasy XII Wiki
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.