Table of Contents

Struct EquipmentEquipItemBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast for equipping an item from an inventory slot to an equipment slot. Sent client→server to request an equip, echoed server→client as acknowledgement.

public struct EquipmentEquipItemBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

FromInventory

Type of inventory the item is being equipped from.

public InventoryType FromInventory

Field Value

InventoryType

InventoryIndex

Index of the item in the inventory.

public int InventoryIndex

Field Value

int

Slot

Equipment slot to equip the item to.

public byte Slot

Field Value

byte