(Official) LUA Scripting Documentation
get_point
Get the current world point of the context actor.
Spec:
get_point()
Returns
long
: The x component of the pointlong
: The y component of the pointlong
: The z component of the point
The point components are voxel coordinates so they are integers. The point is taken from the actors foot position
Incomplete
This documentation is incomplete