Click or drag to resize
MyConsoleTryGetCommand Method

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

[Missing <summary> documentation for "M:VRage.MyConsole.TryGetCommand(System.String,VRage.MyCommand@)"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public static bool TryGetCommand(
	string commandName,
	out MyCommand command
)

Parameters

commandName
Type: SystemString

[Missing <param name="commandName"/> documentation for "M:VRage.MyConsole.TryGetCommand(System.String,VRage.MyCommand@)"]

command
Type: VRageMyCommand

[Missing <param name="command"/> documentation for "M:VRage.MyConsole.TryGetCommand(System.String,VRage.MyCommand@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.MyConsole.TryGetCommand(System.String,VRage.MyCommand@)"]

See Also