Ui::doesTextLabelExist

From RAGE Multiplayer Wiki
Revision as of 14:57, 20 May 2017 by StreetGT (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Syntax

mp.game.ui.doesTextLabelExist(gxt);

Required Arguments

  • gxt: String

Return value

  • Boolean

Example

// todo

See also