Show / Hide Table of Contents

    Interface IThingMoveInfo

    Interface for a thing movement information.

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

    Properties

    | Improve this Doc View Source

    Amount

    Gets the amount of the thing being moved.

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

    FromLocation

    Gets the location from which the thing is being moved.

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

    FromStackPos

    Gets the position in the stack at the location from which the thing is being moved.

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

    ThingClientId

    Gets the id of the thing, as seen by the client.

    Declaration
    ushort ThingClientId { get; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    ToLocation

    Gets the location to which the thing is being moved.

    Declaration
    Location ToLocation { get; }
    Property Value
    Type Description
    Location

    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.