[This is preliminary documentation and is subject to change.]
Formats and broadcasts a message, showing on top-left for those who use WoM.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
Syntax
| C# |
public static int MessageAlt( this IEnumerable<Player> source, string message, params Object[] formatArgs )
Parameters
- source
- IEnumerable<(Of <(<'Player>)>)>
List of players who will receive the message.
- message
- String
String/message to send.
- formatArgs
- array<Object>[]()[][]
Format parameters. Same semantics as String.Format