GTA V NativesuiUi::hasThisAdditionalTextLoadedOn this pageUi::hasThisAdditionalTextLoadedChecks 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