ConsoleCommandArgumentParserIntegerParse Method

RAGE Plugin Hook Documentation

[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

public override sealed Object Parse(
	string argument
)

Parameters

argument
Type: SystemString
The argument to parse.

Return Value

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

Reference