Ui::setNotificationFlashColor

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

sets color for notification flash

Syntax

ui.setNotificationFlashColor(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