API
Functions and classes available in the Lua API
cItemGrid Member List

This is the complete list of members for cItemGrid, including all inherited members.

AddItem(cItem &a_ItemStack, bool a_AllowNewStacks=true)cItemGrid
AddItems(cItems &a_ItemStackList, bool a_AllowNewStacks=true)cItemGrid
ChangeSlotCount(int a_SlotNum, int a_AddToCount)cItemGrid
ChangeSlotCount(int a_X, int a_Y, int a_AddToCount)cItemGrid
Clear(void)cItemGrid
CopyToItems(cItems &a_Items) const cItemGrid
DamageItem(int a_SlotNum, short a_Amount)cItemGrid
DamageItem(int a_X, int a_Y, short a_Amount)cItemGrid
EmptySlot(int a_X, int a_Y)cItemGrid
EmptySlot(int a_SlotNum)cItemGrid
GetFirstEmptySlot(void) const cItemGrid
GetFirstUsedSlot(void) const cItemGrid
GetHeight(void) const cItemGridinline
GetLastEmptySlot(void) const cItemGrid
GetLastUsedSlot(void) const cItemGrid
GetNextEmptySlot(int a_StartFrom) const cItemGrid
GetNextUsedSlot(int a_StartFrom) const cItemGrid
GetNumSlots(void) const cItemGridinline
GetSlot(int a_X, int a_Y) const cItemGrid
GetSlot(int a_SlotNum) const cItemGrid
GetSlotNum(int a_X, int a_Y) const cItemGrid
GetWidth(void) const cItemGridinline
HasItems(const cItem &a_ItemStack)cItemGrid
HowManyCanFit(const cItem &a_ItemStack)cItemGrid
HowManyItems(const cItem &a_Item)cItemGrid
m_CSListenerscItemGridprotected
m_HeightcItemGridprotected
m_IsInTriggerListenerscItemGridprotected
m_ListenerscItemGridprotected
m_NumSlotscItemGridprotected
m_SlotscItemGridprotected
m_WidthcItemGridprotected
RemoveOneItem(int a_SlotNum)cItemGrid
RemoveOneItem(int a_X, int a_Y)cItemGrid
SetSlot(int a_X, int a_Y, const cItem &a_Item)cItemGrid
SetSlot(int a_X, int a_Y, short a_ItemType, char a_ItemCount, short a_ItemDamage)cItemGrid
SetSlot(int a_SlotNum, const cItem &a_Item)cItemGrid
SetSlot(int a_SlotNum, short a_ItemType, char a_ItemCount, short a_ItemDamage)cItemGrid
TriggerListeners(int a_SlotNum)cItemGridprotected