Ui::getHudColour

From RAGE Multiplayer Wiki
Revision as of 20:52, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

HUD colors and their values: pastebin.com/d9aHPbXN

Syntax

ui.getHudColour(hudIndex, r, g, b, a);

Required Arguments

  • hudIndex: int
  • r: int
  • g: int
  • b: int
  • a: int

Return value

  • object: r, g, b, a

Example

todo

See also

Template:Ui function c