Public Member Functions | |
| cTileMapRectIt (cVector2l avPos, cVector2l avSize, cTileMap *apTileMap, int alLayer) | |
| bool | HasNext () |
| cTile * | Next () |
| cTile * | PeekNext () |
| int | GetNum () |
| int | GetCurrentLayer () |
| hpl::cTileMapRectIt::cTileMapRectIt | ( | cVector2l | avPos, |
| cVector2l | avSize, | ||
| cTileMap * | apTileMap, | ||
| int | alLayer | ||
| ) |
| avPos | |
| avSize | |
| apTileMap | |
| alLayer | The layer that is to be iterated. -1 = All layers (hiding tiles behind solid ones) |