Gameplay::stringToInt

From RAGE Multiplayer Wiki
Revision as of 20:03, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Basically the same as std::stoi.

Syntax

gameplay.stringToInt(string, outInteger);

Required Arguments

  • string: String
  • outInteger: int

Return value

  • int

Example

todo

See also

Template:Gameplay function c