[This is preliminary documentation and is subject to change.]
Sends a text message to this player. "System color" code (&S) will be prepended to the message.
If the message does not fit on one line, prefix ">" is prepended to each wrapped line.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
[StringFormatMethodAttribute("message")] public void Message( string message, params Object[] formatArgs )
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | message or formatArgs is null. |
| System..::..FormatException | Message format is invalid. |