Перейти к содержанию

Gameplay::stringToInt

Материал из RAGE MP Wiki Archive

Basically the same as std::stoi.

Syntax

<syntaxhighlight lang="javascript">mp.game.gameplay.stringToInt(string, outInteger);</syntaxhighlight>

Required Arguments

  • string: String
  • outInteger: int

Return value

  • int

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also