Table of Contents

Class PickUpItemPacket

Namespace
Moongate.Network.Packets.Incoming.Interaction
Assembly
Moongate.Network.Packets.dll
[PacketHandler(7, PacketSizing.Fixed, Length = 7, Description = "Pick Up Item")]
public class PickUpItemPacket : BaseGameNetworkPacket, IGameNetworkPacket
Inheritance
PickUpItemPacket
Implements
Inherited Members

Constructors

PickUpItemPacket()

public PickUpItemPacket()

Properties

ItemSerial

public Serial ItemSerial { get; set; }

Property Value

Serial

StackAmount

public int StackAmount { get; set; }

Property Value

int

Methods

ParsePayload(ref SpanReader)

Parses packet-specific payload after opcode validation.

protected override bool ParsePayload(ref SpanReader reader)

Parameters

reader SpanReader

Packet span reader positioned after opcode.

Returns

bool

true when payload parsing succeeds; otherwise false.