Vehicle::setExtra

From RAGE Multiplayer Wiki
Revision as of 23:48, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: only some vehicle have extras
extra ids are from 1 - 9 depending on the vehicle

-------------------------------------------------

^ not sure if outdated or simply wrong. Max extra ID for b944 is 14

-------------------------------------------------
p2 is not a on/off toggle. mostly 0 means on and 1 means off.
not sure if it really should be a BOOL.

Syntax

vehicle.setExtra(extraId, toggle);

Required Arguments

  • extraId: int
  • toggle: int

Return value

  • Undefined

Example

// todo

See also