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

Ui::doesTextLabelExist

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

Checks if the passed gxt name exists in the game files.

Syntax

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

Required Arguments

  • gxt: String

Return value

  • Boolean

Example

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

See also