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

Returns the highest rank that is allowed to be affected by this rank, in the conext of the given permission. If no limit was explicitly specified, returns this/own rank.

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

Syntax

   
 C# 
public Rank GetLimit(
	Permission permission
)

Parameters

permission
Permission

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

Return Value

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

See Also