Class ContainerRemoveItemPacket
Class that represents a packet for an item being removed to a container.
Inheritance
System.Object
ContainerRemoveItemPacket
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 ContainerRemoveItemPacket : IOutboundPacket
Constructors
| Improve this Doc View SourceContainerRemoveItemPacket(Byte, Byte)
Initializes a new instance of the ContainerRemoveItemPacket class.
Declaration
public ContainerRemoveItemPacket(byte index, byte containerId)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | index | The index within the container, at which the item is being removed. |
System.Byte | containerId | The id of the container. |
Properties
| Improve this Doc View SourceContainerId
Gets the id of the container.
Declaration
public byte ContainerId { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Index
Gets the index within the container, at which the item is being removed.
Declaration
public byte Index { get; }
Property Value
Type | Description |
---|---|
System.Byte |
PacketType
Gets the type of this packet.
Declaration
public OutgoingPacketType PacketType { get; }
Property Value
Type | Description |
---|---|
OutgoingPacketType |