ConsoleCommandExecutedEventArgs Constructor

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the ConsoleCommandExecutedEventArgs class

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public ConsoleCommandExecutedEventArgs(
	ConsoleCommand command,
	Object[] arguments
)

Parameters

command
Type: Rage.ConsoleCommandsConsoleCommand

[Missing <param name="command"/> documentation for "M:Rage.ConsoleCommandExecutedEventArgs.#ctor(Rage.ConsoleCommands.ConsoleCommand,System.Object[])"]

arguments
Type: SystemObject

[Missing <param name="arguments"/> documentation for "M:Rage.ConsoleCommandExecutedEventArgs.#ctor(Rage.ConsoleCommands.ConsoleCommand,System.Object[])"]

See Also

Reference