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

Number of worlds that are currently loaded and can be seen by the specified observer.

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

Syntax

   
 C# 
public static int CountLoadedWorlds(
	Player observer
)

Parameters

observer
Player
Player to observe as.

Return Value

Number of worlds the specified player has permission to observe.

See Also