GetCameraRotation: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Undo revision 16220 by 50pence (Talk))
(Flagged as deprecated.)
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
{{Client function}}
{{Client function}}
{{Deprecated}}
This function returns the local camera rotation.
This function returns the local camera rotation.
==Syntax==  
==Syntax==  

Revision as of 13:59, 20 January 2009

Emblem-important.png This function is deprecated. This means that its use is discouraged and that it might not exist in future versions, but there should be a more generic way to perform what it does.

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