Ui::doesTextLabelExist
Checks if the passed gxt name exists in the game files.
Syntax
ui.doesTextLabelExist(gxt);
Required Arguments
- gxt: String
Return value
- Boolean
Example
todo
Checks if the passed gxt name exists in the game files.
ui.doesTextLabelExist(gxt);
todo