Vehicle::getCustomSecondaryColour

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

Syntax

vehicle.getCustomSecondaryColour(r, g, b);

Required Arguments

  • r: int
  • g: int
  • b: int

Return value

  • object: r, g, b

Example

// todo

See also