[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: fCraftAssembly: 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 )
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If any of the method parameters are null. |
| System..::..FormatException | If message format is invalid. |