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
| Variable | Type | Description |
|---|---|---|
*evBlastDoor | reference to BlastDoor object | Gets the current Blast Door. |
$evNewState | bool value | Gets the BlastDoor new state. |