Vehicle::disablePlaneAileron: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
 
Line 12: Line 12:
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Vehicle_function_c}}
{{Vehicle_definition_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 11:29, 9 May 2024

hash collision??? - Don't think so. I fits alphabetically and it used with a plane in the scripts

Syntax

vehicle.disablePlaneAileron(p1, p2);

Required Arguments

  • p1: Boolean
  • p2: Boolean

Return value

  • Undefined

Example

// todo

See also