Click or drag to resize
MyConsoleAddCommand Method

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

[Missing <summary> documentation for "M:VRage.MyConsole.AddCommand(VRage.MyCommand)"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public static void AddCommand(
	MyCommand command
)

Parameters

command
Type: VRageMyCommand

[Missing <param name="command"/> documentation for "M:VRage.MyConsole.AddCommand(VRage.MyCommand)"]

See Also