GetPedRotation

From Multi Theft Auto: Wiki
Revision as of 00:19, 28 March 2008 by Arc (talk | contribs)
Jump to navigation Jump to search

Gets the rotation of a ped.

Syntax

float getPedRotation ( ped thePed )

Required Arguments

  • thePed: the ped to retrieve the rotation of.

Returns

Returns the rotation of the ped, in degrees: 0 means facing north, higher values go counter clockwise. Returns false if an invalid element was passed.

See Also