ReloadedWeapon
Gets called when the player has reloaded a weapon.
Start a script section
!-- OnEvent ReloadedWeapon
-- require @evPlayer *evFirearmItem
# Add your instructions here
- Group: PlayerEvents
- Cancellable: No
- Event data:
PlayerReloadedWeaponEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player who reloaded the weapon. |
*evFirearmItem | reference to FirearmItem object | Gets the weapon that was reloaded. |