[This is preliminary documentation and is subject to change.]

Broadcasts a message.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

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.

Return Value

Number of players who received the message.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable<(Of <(<'Player>)>)>. When you use instance method syntax to call this method, omit the first parameter.

See Also