Перейти к содержанию

Ui::setNotificationFlashColor

Материал из RAGE MP Wiki Archive
Версия от 14:49, 20 мая 2017; imported>StreetGT
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

sets color for notification flash

Syntax

<syntaxhighlight lang="javascript">mp.game.ui.setNotificationFlashColor(red, green, blue, alpha);</syntaxhighlight>

Required Arguments

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

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also