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

Ui::doesTextLabelExist

Материал из RAGE MP Wiki Archive

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