Search Results for

    Show / Hide Table of Contents

    Class ThrowingRequestEventArgs

    Contains all information before receving a throwing request.

    Inheritance
    System.Object
    ThrowingRequestEventArgs
    Implements
    IPlayerEvent
    IItemEvent
    IExiledEvent
    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.EventArgs.Player
    Assembly: Exiled.Events.dll
    Syntax
    public class ThrowingRequestEventArgs : IPlayerEvent, IItemEvent, IExiledEvent

    Constructors

    | Improve this Doc View Source

    ThrowingRequestEventArgs(Player, ThrowableItem, ThrowableNetworkHandler.RequestType)

    Initializes a new instance of the ThrowingRequestEventArgs class.

    Declaration
    public ThrowingRequestEventArgs(Player player, ThrowableItem item, ThrowableNetworkHandler.RequestType request)
    Parameters
    Type Name Description
    Player player
    InventorySystem.Items.ThrowableProjectiles.ThrowableItem item
    InventorySystem.Items.ThrowableProjectiles.ThrowableNetworkHandler.RequestType request

    Properties

    | Improve this Doc View Source

    Item

    Declaration
    public Item Item { get; }
    Property Value
    Type Description
    Item
    | Improve this Doc View Source

    Player

    Gets the player who's sending the request.

    Declaration
    public Player Player { get; }
    Property Value
    Type Description
    Player
    | Improve this Doc View Source

    RequestType

    Gets or sets the type of throw being requested.

    Declaration
    public ThrowRequest RequestType { get; set; }
    Property Value
    Type Description
    ThrowRequest
    | Improve this Doc View Source

    Throwable

    Gets or sets the item being thrown.

    Declaration
    public Throwable Throwable { get; set; }
    Property Value
    Type Description
    Throwable

    Implements

    IPlayerEvent
    IItemEvent
    IExiledEvent

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX