Show / Hide Table of Contents

    Interface ILookAtInfo

    Interface for a look at information.

    Namespace: Fibula.Communications.Packets.Contracts.Abstractions
    Assembly: Fibula.Communications.Packets.Contracts.dll
    Syntax
    public interface ILookAtInfo

    Properties

    | Improve this Doc View Source

    Location

    Gets the location we're looking at.

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

    StackPosition

    Gets the stack position we're looking at.

    Declaration
    byte StackPosition { get; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    ThingId

    Gets the id of the thing.

    Declaration
    ushort ThingId { get; }
    Property Value
    Type Description
    System.UInt16

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.