Skip to main content

BlastDoorChanged

Gets called when a blast door is changed state.

Start a script section

!-- OnEvent BlastDoorChanged
-- require *evBlastDoor $evNewState

# Add your instructions here
  • Group: ServerEvents
  • Cancellable: No
  • Event data: BlastDoorChangedEventArgs

Injected variables

VariableTypeDescription
*evBlastDoorreference to BlastDoor objectGets the current Blast Door.
$evNewStatebool valueGets the BlastDoor new state.