ConsoleCommandParameter Constructor (String, String, Type)

RAGE Plugin Hook Documentation

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

Initializes a new instance of the ConsoleCommandParameter class

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

public ConsoleCommandParameter(
	string name,
	string description,
	Type type
)

Parameters

name
Type: SystemString

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

description
Type: SystemString

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

type
Type: SystemType

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

See Also

Reference