ConsoleCommand Constructor

RAGE Plugin Hook Documentation

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

Initializes a new instance of the ConsoleCommand class

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

public ConsoleCommand(
	Plugin plugin,
	Object source,
	string name,
	string description
)

Parameters

plugin
Type: Plugin

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

source
Type: SystemObject

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

name
Type: SystemString

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

description
Type: SystemString

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

See Also

Reference