SearchedArmor
Gets called when the player has searched for armor.
Start a script section
!-- OnEvent SearchedArmor
-- require @evPlayer *evBodyArmorPickup
# Add your instructions here
- Group: PlayerEvents
- Cancellable: No
- Event data:
PlayerSearchedArmorEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player who searched for armor pickup. |
*evBodyArmorPickup | reference to BodyArmorPickup object | Gets the armor pickup. |