Search Results for

    Show / Hide Table of Contents

    Class Item

    Item related events.

    Inheritance
    System.Object
    Item
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Exiled.Events.Handlers
    Assembly: Exiled.Events.dll
    Syntax
    public static class Item

    Properties

    | Improve this Doc View Source

    ChangingAmmo

    Invoked before the ammo of an firearm are changed.

    Declaration
    public static Event<ChangingAmmoEventArgs> ChangingAmmo { get; set; }
    Property Value
    Type Description
    Event<ChangingAmmoEventArgs>
    | Improve this Doc View Source

    ChangingAttachments

    Invoked before item attachments are changed.

    Declaration
    public static Event<ChangingAttachmentsEventArgs> ChangingAttachments { get; set; }
    Property Value
    Type Description
    Event<ChangingAttachmentsEventArgs>
    | Improve this Doc View Source

    ChargingJailbird

    Invoked before a Jailbird is charged.

    Declaration
    public static Event<ChargingJailbirdEventArgs> ChargingJailbird { get; set; }
    Property Value
    Type Description
    Event<ChargingJailbirdEventArgs>
    | Improve this Doc View Source

    KeycardInteracting

    Invoked before a keycard interacts with a door.

    Declaration
    public static Event<KeycardInteractingEventArgs> KeycardInteracting { get; set; }
    Property Value
    Type Description
    Event<KeycardInteractingEventArgs>
    | Improve this Doc View Source

    ReceivingPreference

    Invoked before receiving a preference.

    Declaration
    public static Event<ReceivingPreferenceEventArgs> ReceivingPreference { get; set; }
    Property Value
    Type Description
    Event<ReceivingPreferenceEventArgs>
    | Improve this Doc View Source

    Swinging

    Invoked before a melee item is swung.

    Declaration
    public static Event<SwingingEventArgs> Swinging { get; set; }
    Property Value
    Type Description
    Event<SwingingEventArgs>
    | Improve this Doc View Source

    UsingRadioPickupBattery

    Invoked before a radio pickup is draining battery.

    Declaration
    public static Event<UsingRadioPickupBatteryEventArgs> UsingRadioPickupBattery { get; set; }
    Property Value
    Type Description
    Event<UsingRadioPickupBatteryEventArgs>

    Methods

    | Improve this Doc View Source

    OnChangingAmmo(ChangingAmmoEventArgs)

    Called before the ammo of an firearm is changed.

    Declaration
    public static void OnChangingAmmo(ChangingAmmoEventArgs ev)
    Parameters
    Type Name Description
    ChangingAmmoEventArgs ev

    The ChangingAmmoEventArgs instance.

    | Improve this Doc View Source

    OnChangingAttachments(ChangingAttachmentsEventArgs)

    Called before item attachments are changed.

    Declaration
    public static void OnChangingAttachments(ChangingAttachmentsEventArgs ev)
    Parameters
    Type Name Description
    ChangingAttachmentsEventArgs ev

    The ChangingAttachmentsEventArgs instance.

    | Improve this Doc View Source

    OnChargingJailbird(ChargingJailbirdEventArgs)

    Called before a Jailbird is charged.

    Declaration
    public static void OnChargingJailbird(ChargingJailbirdEventArgs ev)
    Parameters
    Type Name Description
    ChargingJailbirdEventArgs ev

    The ChargingJailbirdEventArgs instance.

    | Improve this Doc View Source

    OnKeycardInteracting(KeycardInteractingEventArgs)

    Called before keycard interacts with a door.

    Declaration
    public static void OnKeycardInteracting(KeycardInteractingEventArgs ev)
    Parameters
    Type Name Description
    KeycardInteractingEventArgs ev

    The KeycardInteractingEventArgs instance.

    | Improve this Doc View Source

    OnReceivingPreference(ReceivingPreferenceEventArgs)

    Called before receiving a preference.

    Declaration
    public static void OnReceivingPreference(ReceivingPreferenceEventArgs ev)
    Parameters
    Type Name Description
    ReceivingPreferenceEventArgs ev

    The ReceivingPreferenceEventArgs instance.

    | Improve this Doc View Source

    OnSwinging(SwingingEventArgs)

    Called before a melee item is swung.

    Declaration
    public static void OnSwinging(SwingingEventArgs ev)
    Parameters
    Type Name Description
    SwingingEventArgs ev

    The SwingingEventArgs instance.

    | Improve this Doc View Source

    OnUsingRadioPickupBattery(UsingRadioPickupBatteryEventArgs)

    Called before radio pickup is draining battery.

    Declaration
    public static void OnUsingRadioPickupBattery(UsingRadioPickupBatteryEventArgs ev)
    Parameters
    Type Name Description
    UsingRadioPickupBatteryEventArgs ev

    The UsingRadioPickupBatteryEventArgs instance.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX