[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,
	params Object[] formatArgs
)

Parameters

message
String

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

formatArgs
array<Object>[]()[][]

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

See Also