[This is preliminary documentation and is subject to change.]
Formats and broadcasts a message.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
| C# |
[StringFormatMethodAttribute("message")] public static int Message( this IEnumerable<Player> source, Player except, string message, params Object[] formatArgs )
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.
- formatArgs
- array<Object>[]()[][]
Format parameters. Same semantics as String.Format