Class UnloadedWeaponEventArgs
Contains all information after a player's weapon is unloaded.
public class UnloadedWeaponEventArgs : IFirearmEvent, IItemEvent, IPlayerEvent, IExiledEvent
- Inheritance
-
UnloadedWeaponEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
UnloadedWeaponEventArgs(Firearm)
Initializes a new instance of the UnloadedWeaponEventArgs class.
public UnloadedWeaponEventArgs(Firearm firearm)
Parameters
firearm
Firearm
Properties
Firearm
Gets the Firearm being unloaded.
public Firearm Firearm { get; }
Property Value
Item
Gets the Item triggering the event.
public Item Item { get; }
Property Value
Player
Gets the player who's unloading the weapon.
public Player Player { get; }