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