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

Counts all players (optionally includes all hidden players).

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

Syntax

   
 C# 
public int CountPlayers(
	bool includeHiddenPlayers
)

Parameters

includeHiddenPlayers
Boolean

[Missing <param name="includeHiddenPlayers"/> documentation for "M:fCraft.World.CountPlayers(System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:fCraft.World.CountPlayers(System.Boolean)"]

See Also