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

Checks whether this rank is granted the given permission, and whether the limit is high

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

Syntax

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

Parameters

permission
Permission
other
Rank

See Also