GetHelicopterRotorSpeed

From Multi Theft Auto: Wiki
Revision as of 16:56, 9 June 2008 by Arc (talk | contribs)
Jump to navigation Jump to search

Retrieves the speed at which the rotor of a helicopter rotates.

Syntax

float getHelicopterRotorSpeed ( vehicle heli )

Required Arguments

  • heli: the helicopter element to change the rotor speed of.

Returns

Returns the rotor speed if successful. This is 0 when the helicopter is parked, and about 0.2 when it is fully spun up. Returns false in case of failure (an invalid element or a vehicle element that is not a helicopter was passed).

See Also