ConsoleCommandCreateConsoleCommand Method

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "M:Rage.ConsoleCommands.ConsoleCommand.CreateConsoleCommand(Rage.Plugin,System.Object,System.Reflection.MethodInfo)"]

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

public static ConsoleCommand CreateConsoleCommand(
	Plugin plugin,
	Object source,
	MethodInfo method
)

Parameters

plugin
Type: Plugin

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

source
Type: SystemObject

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

method
Type: System.ReflectionMethodInfo

[Missing <param name="method"/> documentation for "M:Rage.ConsoleCommands.ConsoleCommand.CreateConsoleCommand(Rage.Plugin,System.Object,System.Reflection.MethodInfo)"]

Return Value

Type: ConsoleCommand

[Missing <returns> documentation for "M:Rage.ConsoleCommands.ConsoleCommand.CreateConsoleCommand(Rage.Plugin,System.Object,System.Reflection.MethodInfo)"]

See Also

Reference