Show / Hide Table of Contents

    Class LookAtPacket

    Class that represents a look at packet.

    Inheritance
    System.Object
    LookAtPacket
    Implements
    IIncomingPacket
    ILookAtInfo
    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)
    System.Object.ToString()
    Namespace: Fibula.Communications.Packets.Incoming
    Assembly: Fibula.Communications.Packets.dll
    Syntax
    public class LookAtPacket : IIncomingPacket, ILookAtInfo

    Constructors

    | Improve this Doc View Source

    LookAtPacket(Location, UInt16, Byte)

    Initializes a new instance of the LookAtPacket class.

    Declaration
    public LookAtPacket(Location location, ushort thingId, byte stackPos)
    Parameters
    Type Name Description
    Location location

    The location we're looking at.

    System.UInt16 thingId

    The id of the thing being looked at.

    System.Byte stackPos

    The position in the stack of the thing being looked at.

    Properties

    | Improve this Doc View Source

    Location

    Gets the location of the thing being looked at.

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

    StackPosition

    Gets the position in the stack of the thing being looked at.

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

    ThingId

    Gets the if of the thing being looked at.

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

    Implements

    IIncomingPacket
    ILookAtInfo

    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.