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