Class TriggerEvent
Raised whenever something is Triggered on the entity.
Inheritance
System.Object
TriggerEvent
Namespace: Content.Server.Explosion.EntitySystems
Assembly: Content.Server.dll
Syntax
public sealed class TriggerEvent : HandledEntityEventArgs
Constructors
| Improve this Doc View SourceTriggerEvent(EntityUid, Nullable<EntityUid>)
Declaration
public TriggerEvent(EntityUid triggered, EntityUid? user = null)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | triggered | |
System.Nullable<EntityUid> | user |
Properties
| Improve this Doc View SourceTriggered
Declaration
public EntityUid Triggered { get; }
Property Value
Type | Description |
---|---|
EntityUid |
User
Declaration
public EntityUid? User { get; }
Property Value
Type | Description |
---|---|
System.Nullable<EntityUid> |