Gate
Assembly: uMod.Core.dll
Inheritance ObjectBaseGate Gate
Implements IGate, IEnumerable<String>, IEnumerable
Constructors
Name | Summary |
|---|---|
Gate ( | Create a new instance the Gate class |
Properties
Name | Summary |
|---|---|
Plugin | Plugin associated with gate |
Policies | List of policies |
Methods
Name | Summary |
|---|---|
All ( | Determine if gate allows all of the specified policies |
Determine if the specified policy is allowed | |
Any ( | Determine if gate allows any of the specified policies |
Determine if the specified policy is denied | |
Has ( | Determine if gate supports specified permission |
Register policy by callback |