Table of Contents

Class InspectedItemEventArgs

Namespace
Exiled.Events.EventArgs.Item
Assembly
Exiled.Events.dll

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

item ItemBase

Properties

Item

Gets the Item triggering the event.

public Item Item { get; }

Property Value

Item

Player

Gets the Player triggering the event.

public Player Player { get; }

Property Value

Player