Skip to main content

Ui::hasThisAdditionalTextLoaded

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

Syntax

```js mp.game.ui.hasThisAdditionalTextLoaded(gxt, slot); ```

Required Arguments

  • gxt: String
  • slot: int

Return value

  • Boolean

Example

```js // todo ```

See also