Ui::getLengthOfLiteralString

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

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

Syntax

ui.getLengthOfLiteralString(string);

Required Arguments

  • string: String

Return value

  • int

Example

todo

See also

Template:Ui function c