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

Unmutes this player (allows them to write chat again).

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

Syntax

   
 C# 
public void Unmute(
	Player player,
	bool announce,
	bool raiseEvents
)

Parameters

player
Player
Player who is doing the unmuting.
announce
Boolean
Whether to announce unmuting publicly on the sever.
raiseEvents
Boolean
Whether to raise PlayerInfo.MuteChanging and MuteChanged events.

See Also