Show / Hide Table of Contents

Class DoorStateChangedEvent

Raised when the door's State variable is changed to a new variable that it was not equal to before.

Inheritance
System.Object
DoorStateChangedEvent
Namespace: Content.Shared.Doors
Assembly: Content.Shared.dll
Syntax
public sealed class DoorStateChangedEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

DoorStateChangedEvent(DoorState)

Declaration
public DoorStateChangedEvent(DoorState state)
Parameters
Type Name Description
DoorState state

Fields

| Improve this Doc View Source

State

Declaration
public readonly DoorState State
Field Value
Type Description
DoorState
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾