Class InventoryBarState

inherits from Object

Public Member Variables

Public Functions

static InventoryBarState Create(
HUDFont indexfont = null,
int cr = Font​.CR​_UNTRANSLATED,
double itemalpha = 1​.,
String boxgfx = "ARTIBOX",
String selgfx = "SELECTBO",
Vector2 innersize = (0, 0),
String leftgfx = "INVGEML1",
String rightgfx = "INVGEMR1",
Vector2 arrowoffs = (0, 0),
int flags = 0
)

static InventoryBarState CreateNoBox(
HUDFont indexfont = null,
int cr = Font​.CR​_UNTRANSLATED,
double itemalpha = 1​.,
Vector2 boxsize = (32, 32),
String selgfx = "SELECTBO",
Vector2 innersize = (0, 0),
String leftgfx = "INVGEML1",
String rightgfx = "INVGEMR1",
Vector2 arrowoffs = (0, 0),
int flags = 0
)