Class PermissionActorRoleEvent
Event that is triggered when a role is added to or removed from the actor
Inheritance
System.Object
PermissionActorRoleEvent
Implements
Namespace: OpenMod.Core.Permissions.Events
Assembly: OpenMod.Core.dll
Syntax
public abstract class PermissionActorRoleEvent : Event, IEvent
Constructors
| Improve this Doc View SourcePermissionActorRoleEvent(IPermissionActor, String)
Declaration
public PermissionActorRoleEvent(IPermissionActor actor, string roleId)
Parameters
Type | Name | Description |
---|---|---|
IPermissionActor | actor | |
System.String | roleId |
Properties
| Improve this Doc View SourceActor
Declaration
public IPermissionActor Actor { get; }
Property Value
Type | Description |
---|---|
IPermissionActor |
RoleId
Declaration
public string RoleId { get; }
Property Value
Type | Description |
---|---|
System.String |