Table of Contents

Struct InventorySwapItemSlotsBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast for swapping two item slots in the inventory or between inventories.

public struct InventorySwapItemSlotsBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

From

Source slot index.

public int From

Field Value

int

FromInventory

Type of inventory the item is being moved from.

public InventoryType FromInventory

Field Value

InventoryType

To

Destination slot index.

public int To

Field Value

int