Otclient
14/8/2020
|
This is the complete list of members for Container, including all inherited members.
add_ref() | stdext::shared_object | inline |
asLuaObject() | LuaObject | inline |
callLuaField(const std::string &field, const T &... args) | LuaObject | |
callLuaField(const std::string &field, const T &... args) | LuaObject | |
connectLuaField(const std::string &field, const std::function< T > &f, bool pushFront=false) | LuaObject | |
const_self_cast() | stdext::shared_object | inline |
Container(int id, int capacity, const std::string &name, const ItemPtr &containerItem, bool hasParent, bool isUnlocked, bool hasPages, int containerSize, int firstIndex) | Container | protected |
dec_ref() | stdext::shared_object | inline |
dynamic_self_cast() | stdext::shared_object | inline |
findItemById(uint itemId, int subType) | Container | |
Game class | Container | friend |
getCapacity() | Container | inline |
getClassName() | LuaObject | |
getContainerItem() | Container | inline |
getFirstIndex() | Container | inline |
getId() | Container | inline |
getItem(int slot) | Container | |
getItems() | Container | inline |
getItemsCount() | Container | inline |
getLuaField(const std::string &key) | LuaObject | |
getName() | Container | inline |
getSize() | Container | inline |
getSlotPosition(int slot) | Container | inline |
getUseCount() | LuaObject | |
hasLuaField(const std::string &field) | LuaObject | |
hasPages() | Container | inline |
hasParent() | Container | inline |
isClosed() | Container | inline |
isUnlocked() | Container | inline |
luaCallLuaField(const std::string &field, const T &... args) | LuaObject | |
luaGetField(const std::string &key) | LuaObject | |
luaGetFieldsTable() | LuaObject | |
luaGetMetatable() | LuaObject | |
LuaObject() | LuaObject | |
luaSetField(const std::string &key) | LuaObject | |
onAddItem(const ItemPtr &item, int slot) | Container | protected |
onAddItems(const std::vector< ItemPtr > &items) | Container | protected |
onClose() | Container | protected |
onOpen(const ContainerPtr &previousContainer) | Container | protected |
onRemoveItem(int slot, const ItemPtr &lastItem) | Container | protected |
onUpdateItem(int slot, const ItemPtr &item) | Container | protected |
operator=(const LuaObject &) | LuaObject | inline |
ref_count() | stdext::shared_object | inline |
releaseLuaFieldsTable() | LuaObject | |
setLuaField(const std::string &key, const T &value) | LuaObject | |
shared_object() | stdext::shared_object | inline |
static_self_cast() | stdext::shared_object | inline |
~LuaObject() | LuaObject | virtual |
~shared_object() | stdext::shared_object | inlinevirtual |