Skip to main content

Ui::getLengthOfLiteralString

Returns 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​