Ui::getLengthOfLiteralString

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

Returns the length of the string passed (much like strlen).

Syntax

mp.game.ui.getLengthOfLiteralString(string);

Required Arguments

  • string: String

Return value

  • int

Example

// todo

See also