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

Finds the lowest rank that has all the required permissions.

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

Syntax

   
 C# 
[CanBeNullAttribute]
public static Rank GetMinRankWithAllPermissions(
	params Permission[] permissions
)

Parameters

permissions
array<Permission>[]()[][]
One or more permissions to check for.

Return Value

A relevant Rank object, or null of none were found.

See Also