Vehicle::setXenonLightsColor

From RAGE Multiplayer Wiki
Revision as of 19:36, 5 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''colorIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setXenonLightsColor(vehicle, colorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Exam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • vehicle: number
  • colorIndex: number

Return value

  • void

Syntax

mp.game.vehicle.setXenonLightsColor(vehicle, colorIndex)

Example

//todo


See also