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

Sends a message to all players who are spectating this player, e.g. to forward typed-in commands and PMs.

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

Syntax

   
 C# 
public void SendToSpectators(
	string message,
	params Object[] args
)

Parameters

message
String
Message to be displayed
args
array<Object>[]()[][]
Additional arguments

Exceptions

ExceptionCondition
System..::..ArgumentNullException If any of the parameters are null.

See Also