[This is preliminary documentation and is subject to change.]
Parses the specified argument as an integer.
Namespace: Rage.ConsoleCommands.ArgumentParsers
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- argument
- Type: SystemString
The argument to parse.
Return Value
Type: ObjectIf successful, returns the resulting Int32; otherwise, returns null.
See Also