Show / Hide Table of Contents

    Class AutoMovePacket

    Class that represents an auto movement packet.

    Inheritance
    System.Object
    AutoMovePacket
    Implements
    IIncomingPacket
    IAutoMovementInfo
    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 AutoMovePacket : IIncomingPacket, IAutoMovementInfo

    Constructors

    | Improve this Doc View Source

    AutoMovePacket(Direction[])

    Initializes a new instance of the AutoMovePacket class.

    Declaration
    public AutoMovePacket(params Direction[] directions)
    Parameters
    Type Name Description
    Direction[] directions

    The directions to follow, in order.

    Properties

    | Improve this Doc View Source

    Directions

    Gets the movement directions.

    Declaration
    public Direction[] Directions { get; }
    Property Value
    Type Description
    Direction[]

    Implements

    IIncomingPacket
    IAutoMovementInfo

    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.