GetCameraRotation

From Multi Theft Auto: Wiki
Revision as of 19:49, 9 October 2007 by Talidan (talk | contribs)
Jump to navigation Jump to search

This function returns the local camera rotation.

Syntax

float, float, float getCameraRotation ( )

Returns

Returns three floats containing the X, Y and Z rotation values.

Example

This page lacks an example.

--add an example here

See Also