Class InspectedItemEventArgs
Contains all information before weapon is inspected.
public class InspectedItemEventArgs : IItemEvent, IPlayerEvent, IExiledEvent
- Inheritance
-
InspectedItemEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
InspectedItemEventArgs(ItemBase)
Initializes a new instance of the InspectedItemEventArgs class.
public InspectedItemEventArgs(ItemBase item)
Parameters
itemItemBase
Properties
Item
Gets the Item triggering the event.
public Item Item { get; }
Property Value
Player
Gets the Player triggering the event.
public Player Player { get; }