GetCameraRotation: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Undo revision 16220 by 50pence (Talk))
Line 16: Line 16:
</syntaxhighlight>
</syntaxhighlight>
==See Also==
==See Also==
{{Client_camera_functions}}
{{Camera functions}}
[[Category:Needs_Example]]
[[Category:Needs_Example]]

Revision as of 04:11, 19 March 2008

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