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

Ui::removeNotification

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

Removes a notification instantly instead of waiting for it to disappear

Syntax

<syntaxhighlight lang="javascript">mp.game.ui.removeNotification(notifactionId);</syntaxhighlight>

Required Arguments

  • notifactionId: int

Return value

  • Undefined

Example

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

See also