GetCameraRotation

From Multi Theft Auto: Wiki
Revision as of 04:18, 2 October 2006 by JonChappell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function returns the current rotation of the specified player's camera.

Syntax

float float float getCameraRotation ( player thePlayer )

Required Arguments

  • thePlayer: The player whose camera rotation you wish to obtain.

Returns

Returns three floats containing the x, y and z rotation values if the function was successful, false otherwise.

Example

See Also