Class ContainerClosePacket
Class that represents a packet for a container being closed.
Inheritance
System.Object
ContainerClosePacket
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 ContainerClosePacket : IOutboundPacket
Constructors
| Improve this Doc View SourceContainerClosePacket(Byte)
Initializes a new instance of the ContainerClosePacket class.
Declaration
public ContainerClosePacket(byte containerId)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | containerId | The id of the container being closed. |
Properties
| Improve this Doc View SourceContainerId
Gets the id of the container, as seen by the target player.
Declaration
public byte ContainerId { get; }
Property Value
Type | Description |
---|---|
System.Byte |
PacketType
Gets the type of this packet.
Declaration
public OutgoingPacketType PacketType { get; }
Property Value
Type | Description |
---|---|
OutgoingPacketType |