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
Columns
public int Columns
Field Value
DragDropColorMultiplier
public Vector4 DragDropColorMultiplier
Field Value
EnableSelection
public bool EnableSelection
Field Value
EnableUseFromHotbar
public bool EnableUseFromHotbar
Field Value
ForceSelectHotbarIndex
public int ForceSelectHotbarIndex
Field Value
HotbarItemCount
public int HotbarItemCount
Field Value
KeyboardItemSelection
public bool KeyboardItemSelection
Field Value
OnAfterDraw
public Action<Item_Instance, Rect> OnAfterDraw
Field Value
OnBeforeDraw
public Action<Item_Instance, Rect> OnBeforeDraw
Field Value
Rows
public int Rows
Field Value
ScrollItemSelection
public bool ScrollItemSelection
Field Value
ShowBackground
public bool ShowBackground
Field Value
ShowExitButton
public bool ShowExitButton
Field Value
ShowScrollBar
public bool ShowScrollBar
Field Value
Title
public string Title