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

Unfreezes this player. Throws PlayerOpException on problems.

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

Syntax

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

Parameters

player
Player
Player who is doing the unfreezing.
announce
Boolean
Whether to announce freezing publicly on the server.
raiseEvents
Boolean
Whether to raise PlayerInfo.FreezeChanging and PlayerInfo.FreezeChanged events.

See Also