(Official) LUA Scripting Documentation
get_pos
Get the current world position of the context actor.
Spec:
get_pos()
Returns
double
: The x component of the positiondouble
: The y component of the positiondouble
: The z component of the position
The position components are world space coordinates so they are floating point numbers. The position is the actors foot position
Incomplete
This documentation is incomplete