Show / Hide Table of Contents

    Class RemoveAtLocationPacket

    Class that represents a remove at positiion packet.

    Inheritance
    System.Object
    RemoveAtLocationPacket
    Implements
    IOutboundPacket
    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.Outgoing
    Assembly: Fibula.Communications.Packets.dll
    Syntax
    public class RemoveAtLocationPacket : IOutboundPacket

    Constructors

    | Improve this Doc View Source

    RemoveAtLocationPacket(Location, Byte)

    Initializes a new instance of the RemoveAtLocationPacket class.

    Declaration
    public RemoveAtLocationPacket(Location location, byte stackpos)
    Parameters
    Type Name Description
    Location location

    The location at which the removal happened.

    System.Byte stackpos

    The position in the stack within the location at which the removal happened.

    Properties

    | Improve this Doc View Source

    Location

    Gets the location at which the removal happened.

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

    PacketType

    Gets the type of this packet.

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

    Stackpos

    Gets the position in the stack within the location at which the removal happened.

    Declaration
    public byte Stackpos { get; }
    Property Value
    Type Description
    System.Byte

    Implements

    IOutboundPacket

    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.