[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.2.4 (0.6.2.4)

Syntax

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

Parameters

permission
Permission

[Missing <param name="permission"/> documentation for "M:fCraft.Player.Can(fCraft.Permission,fCraft.Rank)"]

other
Rank

[Missing <param name="other"/> documentation for "M:fCraft.Player.Can(fCraft.Permission,fCraft.Rank)"]

Return Value

[Missing <returns> documentation for "M:fCraft.Player.Can(fCraft.Permission,fCraft.Rank)"]

See Also