Vehicle::setHandling

From RAGE Multiplayer Wiki
Revision as of 19:50, 8 March 2018 by Kudze (talk | contribs) (Created page with "You can find all list of the types here: https://forums.gta5-mods.com/topic/3842/tutorial-handling-meta ==Syntax== <syntaxhighlight lang="javascript">vehicle.setHandling(type...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

You can find all list of the types here: https://forums.gta5-mods.com/topic/3842/tutorial-handling-meta

Syntax

vehicle.setHandling(type, value);

Required Arguments

  • type: string
  • value: number/string

Return value

  • Undefined

Example

// todo

See also