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

Broadcasts a message to all online players except one. Shorthand for Server.Players.Except(except).Message

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

Syntax

   
 C# 
[StringFormatMethodAttribute("message")]
public static void Message(
	Player except,
	string message,
	params Object[] formatArgs
)

Parameters

except
Player
message
String
formatArgs
array<Object>[]()[][]

See Also