Returns the location of the object. Exactly the same as the function STATE_object_get_location()
only that here we use just 1 parameter.
Example:
double xyz[3];
DWORD object=STATE_object_get_first_object();
STATE_object_get_location(object, xyz);
See also STATE_object_get_location()
|