Class WorldTargetActionEvent
This is the type of event that gets raised when an
Inheritance
System.Object
WorldTargetActionEvent
Namespace: Content.Shared.Actions
Assembly: Content.Shared.dll
Syntax
public abstract class WorldTargetActionEvent : 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 coordinates of the location that the user targeted.
Declaration
public EntityCoordinates Target
Field Value
Type | Description |
---|---|
Robust.Shared.Map.EntityCoordinates |