[Missing <summary> documentation for "M:BaseLib.Util.CommandParser.ParseCommand(BaseLib.Living,System.String)"]

Namespace: BaseLib.Util
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public static bool ParseCommand(
	Living p,
	string input
)

Parameters

p
Type: BaseLib..::..Living

[Missing <param name="p"/> documentation for "M:BaseLib.Util.CommandParser.ParseCommand(BaseLib.Living,System.String)"]

input
Type: System..::..String

[Missing <param name="input"/> documentation for "M:BaseLib.Util.CommandParser.ParseCommand(BaseLib.Living,System.String)"]

Return Value

[Missing <returns> documentation for "M:BaseLib.Util.CommandParser.ParseCommand(BaseLib.Living,System.String)"]

See Also