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

Sends a text message to this player. If the message does not fit on one line, prefix ">" is prepended to wrapped line.

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

Syntax

   
 C# 
[StringFormatMethodAttribute("message")]
public void Message(
	string message,
	params Object[] args
)

Parameters

message
String
A composite format string for the message. "System color" code will be prepended.
args
array<Object>[]()[][]
An object array that contains zero or more objects to format.

Exceptions

ExceptionCondition
System..::..ArgumentNullException If any of the method parameters are null.
System..::..FormatException If message format is invalid.

See Also