Struct BankSetItemBroadcast
Broadcast for setting a single item in the bank inventory. Contains all data needed to place or update an item in a bank slot.
public struct BankSetItemBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Fields
InstanceID
Unique instance ID of the item.
public long InstanceID
Field Value
Seed
Seed value for item randomization or uniqueness.
public int Seed
Field Value
Slot
Slot index in the bank inventory.
public int Slot
Field Value
StackSize
Stack size of the item.
public uint StackSize
Field Value
TemplateID
Template ID of the item type.
public int TemplateID