GetPedRotation: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Client function}} Gets the rotation of a ped. ==Syntax== <syntaxhighlight lang="lua"> float getPedRotation ( ped thePed ) </syntaxhighlight> ===Required Arguments=== *'''thePed:''' the ped to get the ro...)
(No difference)

Revision as of 00:16, 28 March 2008

Gets the rotation of a ped.

Syntax

float getPedRotation ( ped thePed )

Required Arguments

  • thePed: the ped to get the rotation of.

Returns

Returns the rotation of the ped, in degrees. 0 means facing north, higher values go counter clockwise.

See Also

Shared