Vehicle::getColours

From RAGE Multiplayer Wiki
Revision as of 11:33, 9 May 2024 by Shr0x (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax

vehicle.getColours(colorPrimary, colorSecondary);

Required Arguments

  • colorPrimary: int
  • colorSecondary: int

Return value

  • object: colorPrimary, colorSecondary

Example

// todo

See also