, including all inherited members.
addAnimation(int gid, TileAnimation *animation) | Map | [inline] |
addLayer(MapLayer *layer) | Map | |
addParticleEffect(const std::string &effectFile, int x, int y) | Map | |
addSprite(Sprite *sprite) | Map | |
addTileset(Tileset *tileset) | Map | |
BLOCKMASK_CHARACTER | Map | [private, static] |
BLOCKMASK_MONSTER | Map | [private, static] |
BLOCKMASK_WALL | Map | [private, static] |
blockTile(int x, int y, BlockType type) | Map | |
BlockType enum name | Map | |
BLOCKTYPE_CHARACTER enum value | Map | |
BLOCKTYPE_MONSTER enum value | Map | |
BLOCKTYPE_NONE enum value | Map | |
BLOCKTYPE_WALL enum value | Map | |
contains(int x, int y) const | Map | [private] |
draw(Graphics *graphics, int scrollX, int scrollY) | Map | |
drawCollision(Graphics *graphics, int scrollX, int scrollY) | Map | |
drawOverlay(Graphics *graphics, float scrollX, float scrollY, int detail) | Map | [private] |
findPath(int startX, int startY, int destX, int destY, unsigned char walkmask, int maxCost=20) | Map | |
getAnimationForGid(int gid) | Map | |
getFloatProperty(const std::string &name, float def=0.0f) const | Properties | [inline] |
getHeight() const | Map | [inline] |
getMetaTile(int x, int y) const | Map | |
getProperty(const std::string &name, const std::string &def="") const | Properties | [inline] |
getTileHeight() const | Map | [inline] |
getTilesetWithGid(int gid) const | Map | |
getTileWidth() const | Map | [inline] |
getWalk(int x, int y, char walkmask=BLOCKMASK_WALL) const | Map | |
getWidth() const | Map | [inline] |
hasProperty(const std::string &name) const | Properties | [inline] |
initializeOverlays() | Map | |
initializeParticleEffects(Particle *particleEngine) | Map | |
Map(int width, int height, int tileWidth, int tileHeight) | Map | |
mHeight | Map | [private] |
mLastScrollX | Map | [private] |
mLastScrollY | Map | [private] |
mLayers | Map | [private] |
mMaxTileHeight | Map | [private] |
mMetaTiles | Map | [private] |
mOccupation | Map | [private] |
mOnClosedList | Map | [private] |
mOnOpenList | Map | [private] |
mOverlays | Map | [private] |
mSprites | Map | [private] |
mTileAnimations | Map | [private] |
mTileHeight | Map | [private] |
mTilesets | Map | [private] |
mTileWidth | Map | [private] |
mWidth | Map | [private] |
NB_BLOCKTYPES enum value | Map | |
particleEffects | Map | [private] |
removeSprite(SpriteIterator iterator) | Map | |
setProperty(const std::string &name, const std::string &value) | Properties | [inline] |
update(int ticks=1) | Map | |
~Map() | Map | |
~Properties() | Properties | [inline, virtual] |