GTA V NativesuiUi::getLengthOfLiteralStringOn this pageUi::getLengthOfLiteralStringReturns the length of the string passed (much like strlen). Syntax ```js mp.game.ui.getLengthOfLiteralString(string); ``` Required Arguments string: String Return value int Example ```js // todo ``` See also