Ui::hasThisAdditionalTextLoaded
Checks if the specified gxt has loaded into the passed slot.
Syntax
ui.hasThisAdditionalTextLoaded(gxt, slot);
Required Arguments
- gxt: String
- slot: int
Return value
- Boolean
Example
todo
Checks if the specified gxt has loaded into the passed slot.
ui.hasThisAdditionalTextLoaded(gxt, slot);
todo