InteractedWarheadLever
Gets called when player interacted with warhead lever.
Start a script section
!-- OnEvent InteractedWarheadLever
-- require @evPlayer $evEnabled
# Add your instructions here
- Group: PlayerEvents
- Cancellable: No
- Event data:
PlayerInteractedWarheadLeverEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player that invoked the event. |
$evEnabled | bool value | Gets whether the warhead is now enabled. |