Ui::doesTextLabelExist

From RAGE Multiplayer Wiki
Revision as of 20:04, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Syntax

ui.doesTextLabelExist(gxt);

Required Arguments

  • gxt: String

Return value

  • Boolean

Example

todo

See also

Template:Ui function c