[This is preliminary documentation and is subject to change.]
When overriden in a derived class, parses the specified argument.
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 Object; otherwise, returns null.
See Also