Ui::setTextColour

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

colors you input not same as you think?
A: for some reason its R B G A

Syntax

ui.setTextColour(red, green, blue, alpha);

Required Arguments

  • red: int
  • green: int
  • blue: int
  • alpha: int

Return value

  • Undefined

Example

todo

See also

Template:Ui function c