![]() |
SUPER Space invader : Turbo edition DX - VS GOD 1.0.0
A simple space invader ripoff
|
Column of invader. More...
#include <invadersGrid.h>
Public Member Functions | |
bool | hasNoValid () const |
tells if the column contains no non type NONE invader More... | |
unsigned | getOutterInvader () const |
gives the index of the last valid (type different than NONE) invader More... | |
unsigned | randomValidInv () const |
Column of invader.
Definition at line 33 of file invadersGrid.h.
unsigned InvadersColumn::getOutterInvader | ( | ) | const |
gives the index of the last valid (type different than NONE) invader
Definition at line 18 of file invaderGrids.cpp.
bool InvadersColumn::hasNoValid | ( | ) | const |
tells if the column contains no non type NONE invader
Definition at line 14 of file invaderGrids.cpp.
unsigned InvadersColumn::randomValidInv | ( | ) | const |
Definition at line 30 of file invaderGrids.cpp.