Table of Contents

Class DropItemPacket

Namespace
Moongate.Network.Packets.Incoming.Interaction
Assembly
Moongate.Network.Packets.dll
[PacketHandler(8, PacketSizing.Fixed, Length = 14, Description = "Drop Item")]
public class DropItemPacket : BaseGameNetworkPacket, IGameNetworkPacket
Inheritance
DropItemPacket
Implements
Inherited Members

Constructors

DropItemPacket()

public DropItemPacket()

Properties

DestinationSerial

public Serial DestinationSerial { get; set; }

Property Value

Serial

IsGroundDrop

public bool IsGroundDrop { get; }

Property Value

bool

ItemSerial

public Serial ItemSerial { get; set; }

Property Value

Serial

Location

public Point3D Location { get; set; }

Property Value

Point3D

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.