Class RocketModExecuteCommandEventTrigger
Inheritance
System.Object
RocketModExecuteCommandEventTrigger
Assembly: OpenMod.Unturned.dll
Syntax
public class RocketModExecuteCommandEventTrigger : object
Constructors
|
Improve this Doc
View Source
RocketModExecuteCommandEventTrigger()
Declaration
public RocketModExecuteCommandEventTrigger()
Properties
|
Improve this Doc
View Source
RocketModExecuteEvent
Declaration
public FieldInfo? RocketModExecuteEvent { get; }
Property Value
Type |
Description |
System.Nullable<FieldInfo> |
|
Methods
|
Improve this Doc
View Source
HandleEventAsync(Nullable<Object>, CommandExecutingEvent)
Declaration
public Task HandleEventAsync(object? _, CommandExecutingEvent event)
Parameters
Type |
Name |
Description |
System.Nullable<System.Object> |
_ |
|
CommandExecutingEvent |
event |
|
Returns
Extension Methods