Class RemoveAtLocationPacket
Class that represents a remove at positiion packet.
Inheritance
System.Object
RemoveAtLocationPacket
Implements
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 SourceRemoveAtLocationPacket(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 SourceLocation
Gets the location at which the removal happened.
Declaration
public Location Location { get; }
Property Value
Type | Description |
---|---|
Location |
PacketType
Gets the type of this packet.
Declaration
public OutgoingPacketType PacketType { get; }
Property Value
Type | Description |
---|---|
OutgoingPacketType |
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 |