Method | Description | |
---|---|---|
Fire ( ) : |
||
GetLevelInfo ( int &currAtk, int &currRange, int &currAtkDelay, int &cost, int &nextAtk, int &nextRange, int &nextAtkDelay ) : void | ||
GetTowerStats ( ) : |
||
GetWeaponStats ( ) : |
||
LevelUp ( ) : void | ||
Tower ( |
||
Update ( ) : void |
public GetLevelInfo ( int &currAtk, int &currRange, int &currAtkDelay, int &cost, int &nextAtk, int &nextRange, int &nextAtkDelay ) : void | ||
currAtk | int | |
currRange | int | |
currAtkDelay | int | |
cost | int | |
nextAtk | int | |
nextRange | int | |
nextAtkDelay | int | |
return | void |
public GetTowerStats ( ) : |
||
return |
public GetWeaponStats ( ) : |
||
return |
public Tower ( |
||
tStats | ||
wStats | ||
textureID | MEDIA_ID | |
startPosition | Vector2 | |
type | TowerTypes | |
return | System |