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

Checks whether a player is allowed by this controller.

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

Syntax

   
 C# 
public bool Check(
	PlayerInfo info
)

Parameters

info
PlayerInfo
Player to check.

Return Value

True if player is allowed.

See Also