Show / Hide Table of Contents

    Class ObjectEventArgs

    Event arguments for interacting with an object.

    Inheritance
    System.Object
    ObjectEventArgs
    InventoryInteractEventArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public class ObjectEventArgs

    Constructors

    | Improve this Doc View Source

    ObjectEventArgs(IObject)

    Declaration
    public ObjectEventArgs(IObject obj)
    Parameters
    Type Name Description
    IObject obj

    Properties

    | Improve this Doc View Source

    Object

    The object being interacted with.

    Declaration
    public IObject Object { get; }
    Property Value
    Type Description
    IObject

    The object.

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX