Show / Hide Table of Contents

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 Source

TriggerEvent(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 Source

Triggered

Declaration
public EntityUid Triggered { get; }
Property Value
Type Description
EntityUid
| Improve this Doc View Source

User

Declaration
public EntityUid? User { get; }
Property Value
Type Description
System.Nullable<EntityUid>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾