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

Parses a message on behalf of this player.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)

Syntax

   
 C# 
public void ParseMessage(
	string rawMessage,
	bool fromConsole
)

Parameters

rawMessage
String
Message to parse.
fromConsole
Boolean

Exceptions

ExceptionCondition
System..::..ArgumentNullException If rawMessage is null.

See Also