API
Functions and classes available in the Lua API
|
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 | cItemGrid | inline |
GetLastEmptySlot(void) const | cItemGrid | |
GetLastUsedSlot(void) const | cItemGrid | |
GetNextEmptySlot(int a_StartFrom) const | cItemGrid | |
GetNextUsedSlot(int a_StartFrom) const | cItemGrid | |
GetNumSlots(void) const | cItemGrid | inline |
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 | cItemGrid | inline |
HasItems(const cItem &a_ItemStack) | cItemGrid | |
HowManyCanFit(const cItem &a_ItemStack) | cItemGrid | |
HowManyItems(const cItem &a_Item) | cItemGrid | |
m_CSListeners | cItemGrid | protected |
m_Height | cItemGrid | protected |
m_IsInTriggerListeners | cItemGrid | protected |
m_Listeners | cItemGrid | protected |
m_NumSlots | cItemGrid | protected |
m_Slots | cItemGrid | protected |
m_Width | cItemGrid | protected |
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) | cItemGrid | protected |