Gameplay::stringToInt
Basically the same as std::stoi.
Syntax
mp.game.gameplay.stringToInt(string, outInteger);Required Arguments
- string: String
- outInteger: int
Return value
- int
Example
// todoBasically the same as std::stoi.
mp.game.gameplay.stringToInt(string, outInteger);// todo