RAGE.Elements.Vehicle.SetModColor1

From RAGE Multiplayer Wiki
Revision as of 12:48, 12 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''paintType:''' {{RageType|int}} *'''color:''' {{RageType|int}} *'''p3:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetModColor1(paintType, color, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Ex...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • paintType: int
  • color: int
  • p3: int

Return value

  • void

Syntax

vehicle.SetModColor1(paintType, color, p3)

Example

//todo


See also