Enum PermissionGrantResult
Defines permission check results.
Namespace: OpenMod.API.Permissions
Assembly: OpenMod.API.dll
Syntax
public enum PermissionGrantResult : int
Fields
| Name | Description |
|---|---|
| Default | The permission was not explicitly granted or denied. Default action (which is usually the same as deny) should be performed. |
| Deny | The permission was explicitly denied. |
| Grant | The permission was explicitly granted. |