Skip to main content

Ui::doesTextLabelExist

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

Syntax​

```js mp.game.ui.doesTextLabelExist(gxt); ```

Required Arguments​

  • gxt: String

Return value​

  • Boolean

Example​

```js // todo ```

See also​