RAGE.Elements.Vehicle.GetCustomSecondaryColour

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

Client-Side
Function

 C#



C# Syntax


Required Params

  • int: ref
  • int: ref
  • int: ref

Return value

  • void

Syntax

vehicle.GetCustomSecondaryColour(int, int, int)

Example

//todo


See also