|
Set the location of the object. Exactly the same as the function STATE_object_set_location()
only that here we use just 1 parameter.
Example:
double xyz[3]={10,20,30};
DWORD object=STATE_object_get_first_object();
STATE_object_set_location1(object, xyz);
See also STATE_object_set_location()
|