OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class PermissionActorRoleAddedEvent

Event that is triggered when a role is added to the actor

Inheritance
System.Object
EventBase
Event
PermissionActorRoleEvent
PermissionActorRoleAddedEvent
Implements
IEvent
Inherited Members
PermissionActorRoleEvent.Actor
PermissionActorRoleEvent.RoleId
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Core.Permissions.Events
Assembly: OpenMod.Core.dll
Syntax
public class PermissionActorRoleAddedEvent : PermissionActorRoleEvent, IEvent

Constructors

| Improve this Doc View Source

PermissionActorRoleAddedEvent(IPermissionActor, String)

Declaration
public PermissionActorRoleAddedEvent(IPermissionActor actor, string roleId)
Parameters
Type Name Description
IPermissionActor actor
System.String roleId

Implements

IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)