Property | Type | Description | |
---|---|---|---|
listTarget | List |
Property | Type | Description | |
---|---|---|---|
_counter | int | ||
_lastShoot | int |
Method | Description | |
---|---|---|
Tower ( float xPos, float yPos, int resistor, int cost, Game game ) : System | ||
checkBulletHit ( ) : void | ||
checkOutOfRange ( ) : void | ||
getCostTower ( ) : int | ||
getGame ( ) : Game | ||
getTowerLevel ( ) : int | ||
get_cost_tower ( EType type ) : int | ||
levelUpTower ( ) : void | ||
putInRange ( |
||
removeMobCorpse ( |
||
shoot ( |
||
update ( ) : void |
public Tower ( float xPos, float yPos, int resistor, int cost, Game game ) : System | ||
xPos | float | |
yPos | float | |
resistor | int | |
cost | int | |
game | Game | |
return | System |
public static get_cost_tower ( EType type ) : int | ||
type | EType | |
return | int |
public putInRange ( |
||
mob | ||
return | void |
public removeMobCorpse ( |
||
mob | ||
return | void |