CheckedHitmarker
Gets called when a hitmarker permission is checked for a player.
Start a script section
!-- OnEvent CheckedHitmarker
-- require @evPlayer @evVictim *evDamageHandler $evResult
# Add your instructions here
- Group: PlayerEvents
- Cancellable: No
- Event data:
PlayerCheckedHitmarkerEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player that the hitmarker is being sent to. |
@evVictim | player value | Gets the player that was hit. |
*evDamageHandler | reference to AttackerDamageHandler object | Gets the damage handler. |
$evResult | bool value | Gets the check result. |