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