Table of Contents

Struct Inventory.DrawOptions

Namespace
AO
Assembly
CoreAssembly.dll

Fetch an inventory by its id. This is an async request that may be called from the client or server.

public struct Inventory.DrawOptions
Inherited Members
Extension Methods

Examples

Inventory.Fetch($"{UserId}_my_inventory", 10, (Inventory inventory) => {
   // Do something with the inventory
});

Constructors

DrawOptions()

public DrawOptions()

Fields

AllowDragDrop

public bool AllowDragDrop

Field Value

bool

Columns

public int Columns

Field Value

int

DragDropColorMultiplier

public Vector4 DragDropColorMultiplier

Field Value

Vector4

EnableSelection

public bool EnableSelection

Field Value

bool

EnableUseFromHotbar

public bool EnableUseFromHotbar

Field Value

bool

ForceSelectHotbarIndex

public int ForceSelectHotbarIndex

Field Value

int

HotbarItemCount

public int HotbarItemCount

Field Value

int

KeyboardItemSelection

public bool KeyboardItemSelection

Field Value

bool

OnAfterDraw

public Action<Item_Instance, Rect> OnAfterDraw

Field Value

Action<Item_Instance, Rect>

OnBeforeDraw

public Action<Item_Instance, Rect> OnBeforeDraw

Field Value

Action<Item_Instance, Rect>

Rows

public int Rows

Field Value

int

ScrollItemSelection

public bool ScrollItemSelection

Field Value

bool

ShowBackground

public bool ShowBackground

Field Value

bool

ShowExitButton

public bool ShowExitButton

Field Value

bool

ShowScrollBar

public bool ShowScrollBar

Field Value

bool

Title

public string Title

Field Value

string