Enum PermissionGrantResult
Defines permission check results.
Namespace: OpenMod.API.Permissions
Assembly: OpenMod.API.dll
Syntax
public enum PermissionGrantResult : intFields
| 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. | 
