This is the complete list of members for Tile, including all inherited members.
add_ref() | stdext::shared_object | inline |
addThing(const ThingPtr &thing, int stackPos) | Tile | |
addWalkingCreature(const CreaturePtr &creature) | Tile | |
asLuaObject() | LuaObject | inline |
asTile() | Tile | inline |
callLuaField(const std::string &field, const T &... args) | LuaObject | |
callLuaField(const std::string &field, const T &... args) | LuaObject | |
canErase() | Tile | |
clean() | Tile | |
connectLuaField(const std::string &field, const std::function< T > &f, bool pushFront=false) | LuaObject | |
const_self_cast() | stdext::shared_object | inline |
dec_ref() | stdext::shared_object | inline |
draw(const Point &dest, float scaleFactor, int drawFlags, LightView *lightView=nullptr) | Tile | |
dynamic_self_cast() | stdext::shared_object | inline |
getClassName() | LuaObject | |
getCreatures() | Tile | |
getDrawElevation() | Tile | inline |
getEffect(uint16 id) | Tile | |
getElevation() const | Tile | |
getFlags() | Tile | inline |
getGround() | Tile | |
getGroundSpeed() | Tile | |
getHouseId() | Tile | inline |
getItems() | Tile | |
getLuaField(const std::string &key) | LuaObject | |
getMinimapColorByte() | Tile | |
getPosition() | Tile | inline |
getThing(int stackPos) | Tile | |
getThingCount() | Tile | inline |
getThings() | Tile | inline |
getThingStackPos(const ThingPtr &thing) | Tile | |
getTopCreature() | Tile | |
getTopLookThing() | Tile | |
getTopMoveThing() | Tile | |
getTopMultiUseThing() | Tile | |
getTopThing() | Tile | |
getTopUseThing() | Tile | |
getUseCount() | LuaObject | |
getWalkingCreatures() | Tile | inline |
hasCreature() | Tile | |
hasElevation(int elevation=1) | Tile | |
hasFlag(uint32 flag) | Tile | inline |
hasLuaField(const std::string &field) | LuaObject | |
hasThing(const ThingPtr &thing) | Tile | |
hasTranslucentLight() | Tile | inline |
isClickable() | Tile | |
isDrawable() | Tile | |
isEmpty() | Tile | |
isFullGround() | Tile | |
isFullyOpaque() | Tile | |
isHouseTile() | Tile | inline |
isLookPossible() | Tile | |
isPathable() | Tile | |
isSelected() | Tile | inline |
isSingleDimension() | Tile | |
isWalkable(bool ignoreCreatures=false) | Tile | |
limitsFloorsView(bool isFreeView=false) | Tile | |
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 | |
MAX_THINGS enum value | Tile | |
mustHookEast() | Tile | |
mustHookSouth() | Tile | |
operator=(const LuaObject &) | LuaObject | inline |
overwriteMinimapColor(uint8 color) | Tile | inline |
ref_count() | stdext::shared_object | inline |
releaseLuaFieldsTable() | LuaObject | |
remFlag(uint32 flag) | Tile | inline |
removeThing(ThingPtr thing) | Tile | |
removeWalkingCreature(const CreaturePtr &creature) | Tile | |
select() | Tile | inline |
setFlag(uint32 flag) | Tile | inline |
setFlags(uint32 flags) | Tile | inline |
setHouseId(uint32 hid) | Tile | inline |
setLuaField(const std::string &key, const T &value) | LuaObject | |
shared_object() | stdext::shared_object | inline |
static_self_cast() | stdext::shared_object | inline |
Tile(const Position &position) | Tile | |
unselect() | Tile | inline |
~LuaObject() | LuaObject | virtual |
~shared_object() | stdext::shared_object | inlinevirtual |