Difference between revisions of "Getpos (call target)"
Jump to navigation
Jump to search
(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 [...") |
(No difference)
|
Latest revision as of 09:13, 23 July 2019
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: 0x000bGets current position of an entity controlled by current or remote script. Pass references as arguments.