Class EntityTargetActionEvent
This is the type of event that gets raised when an
Inheritance
System.Object
EntityTargetActionEvent
Namespace: Content.Shared.Actions
Assembly: Content.Shared.dll
Syntax
public abstract class EntityTargetActionEvent : BaseActionEvent
Remarks
To define a new action for some system, you need to create an event that inherits from this class.
Fields
| Improve this Doc View SourceTarget
The entity that the user targeted.
Declaration
public EntityUid Target
Field Value
Type | Description |
---|---|
Entity |