DoorRepaired
Gets called when a door is repaired.
Start a script section
!-- OnEvent DoorRepaired
-- require *evDoor $evRemainingHealth
# Add your instructions here
- Group: ServerEvents
- Cancellable: No
- Event data:
DoorRepairedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
*evDoor | reference to Door object | Gets the current Door. |
$evRemainingHealth | number value | Gets the remaining health of the Door. |