GameAddConsoleCommands Method (Type)

RAGE Plugin Hook Documentation

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

Adds console commands from the specified types.

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

public static void AddConsoleCommands(
	Type[] types
)

Parameters

types
Type: SystemType

[Missing <param name="types"/> documentation for "M:Rage.Game.AddConsoleCommands(System.Type[])"]

Remarks

Methods already added within the calling plugin, will not be added again.
See Also

Reference