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

Broadcasts a message to all online players. Shorthand for Server.Players.Message

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

Syntax

   
 C# 
public static void Message(
	string message
)

Parameters

message
String

[Missing <param name="message"/> documentation for "M:fCraft.Server.Message(System.String)"]

See Also