Struct CorpseLootSlotData
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
Slot
Slot index on the corpse.
public int Slot
Field Value
TemplateID
Template ID of the item in this slot.
public int TemplateID