Class CommandControllerAttribute
Inheritance
CommandControllerAttribute
Assembly: SlipeServer.LuaControllers.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class CommandControllerAttribute : Attribute
Constructors
|
Edit this page
View Source
CommandControllerAttribute(bool)
Declaration
public CommandControllerAttribute(bool usesScopedEvents = true)
Parameters
| Type |
Name |
Description |
| bool |
usesScopedEvents |
|
Properties
|
Edit this page
View Source
UsesScopedCommands
Declaration
public bool UsesScopedCommands { get; }
Property Value