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 SourceDoorStateChangedEvent(DoorState)
Declaration
public DoorStateChangedEvent(DoorState state)
Parameters
Type | Name | Description |
---|---|---|
DoorState | state |
Fields
| Improve this Doc View SourceState
Declaration
public readonly DoorState State
Field Value
Type | Description |
---|---|
DoorState |