[This is preliminary documentation and is subject to change.]
Broadcasts a message.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
Syntax
| C# |
public static int Message( this IEnumerable<Player> source, string message )
Parameters
- source
- IEnumerable<(Of <(<'Player>)>)>
List of players who will receive the message.
- message
- String
String/message to send.