[This is preliminary documentation and is subject to change.]
Sends a text message to this player, prefixing each line.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
[StringFormatMethodAttribute("message")] public void MessagePrefixed( string prefix, 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. |