Table of Contents

Struct BankSetItemBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

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

long

Seed

Seed value for item randomization or uniqueness.

public int Seed

Field Value

int

Slot

Slot index in the bank inventory.

public int Slot

Field Value

int

StackSize

Stack size of the item.

public uint StackSize

Field Value

uint

TemplateID

Template ID of the item type.

public int TemplateID

Field Value

int