Class ExecuteVerbEvent
Inheritance
System.Object
ExecuteVerbEvent
Assembly: Content.Shared.dll
Syntax
public sealed class ExecuteVerbEvent : EntityEventArgs
Constructors
|
Improve this Doc
View Source
ExecuteVerbEvent(NetEntity, Verb)
Declaration
public ExecuteVerbEvent(NetEntity target, Verb requestedVerb)
Parameters
Type |
Name |
Description |
NetEntity |
target |
|
Verb |
requestedVerb |
|
Fields
|
Improve this Doc
View Source
RequestedVerb
Declaration
public readonly Verb RequestedVerb
Field Value
|
Improve this Doc
View Source
Target
Declaration
public readonly NetEntity Target
Field Value
Type |
Description |
NetEntity |
|