Table of Contents

Struct CorpseLootSlotData

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

One item slot on a corpse, as sent to a looter.

[Serializable]
public struct CorpseLootSlotData
Inherited Members

Remarks

Carries the slot index explicitly rather than relying on array position, because emptied slots are omitted from the array but must keep their identity — the index is what a take request names, and it has to survive the round trip unchanged.

Fields

Amount

Stack amount in this slot.

public uint Amount

Field Value

uint

Slot

Slot index on the corpse.

public int Slot

Field Value

int

TemplateID

Template ID of the item in this slot.

public int TemplateID

Field Value

int