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

Counts online players, optionally including hidden ones.

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

Syntax

   
 C# 
public static int CountPlayers(
	bool includeHiddenPlayers
)

Parameters

includeHiddenPlayers
Boolean

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

Return Value

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

See Also