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

Returns true if player is allowed to join a given world.

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

Syntax

   
 C# 
public bool CanJoin(
	World worldToJoin
)

Parameters

worldToJoin
World

[Missing <param name="worldToJoin"/> documentation for "M:fCraft.Player.CanJoin(fCraft.World)"]

Return Value

[Missing <returns> documentation for "M:fCraft.Player.CanJoin(fCraft.World)"]

See Also