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

Ui::hasThisAdditionalTextLoaded

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

Checks if the specified gxt has loaded into the passed slot.

Syntax

<syntaxhighlight lang="javascript">mp.game.ui.hasThisAdditionalTextLoaded(gxt, slot);</syntaxhighlight>

Required Arguments

  • gxt: String
  • slot: int

Return value

  • Boolean

Example

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

See also