Ui::getHudColour

From RAGE Multiplayer Wiki
Revision as of 21:33, 6 May 2017 by Marty uploader (talk | contribs) (yay)

HUD colors and their values: pastebin.com/d9aHPbXN

Syntax

mp.game.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