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

Class CommandActorAttribute

Inheritance
System.Object
CommandActorAttribute
Namespace: OpenMod.Core.Commands
Assembly: OpenMod.Core.dll
Syntax
public class CommandActorAttribute : Attribute

Constructors

| Improve this Doc View Source

CommandActorAttribute(Type)

Declaration
public CommandActorAttribute(Type actorType)
Parameters
Type Name Description
Type actorType

Properties

| Improve this Doc View Source

ActorType

Declaration
public Type ActorType { get; }
Property Value
Type Description
Type

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)