[This is preliminary documentation and is subject to change.]
Broadcasts a message, prefixing wrapped lines.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
Syntax
| C# |
public static int MessagePrefixed( this IEnumerable<Player> source, string prefix, string message )
Parameters
- source
- IEnumerable<(Of <(<'Player>)>)>
List of players who will receive the message.
- prefix
- String
Prefix to prepend to prepend to each line after the 1st, if any line-wrapping occurs. Does NOT get prepended to first line.
- message
- String
String/message to send.