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

Returns true if player has the given permission, and is allowed to affect players of the given rank.

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

Syntax

   
 C# 
public bool Can(
	Permission permission,
	Rank other
)

Parameters

permission
Permission
other
Rank

See Also