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