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

Unlocks the current world, which allows blocks in the world to be changed once more.

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

Syntax

   
 C# 
public bool Unlock(
	Player player
)

Parameters

player
Player
Player who is issueing the unlock.

Return Value

True if the world was unlocked, or false if the world was already unlocked.

See Also