ConsoleCommandArgumentParserParse Method

RAGE Plugin Hook Documentation

[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

public abstract Object Parse(
	string argument
)

Parameters

argument
Type: SystemString
The argument to parse.

Return Value

Type: Object
If successful, returns the resulting Object; otherwise, returns null.
See Also

Reference