Property | Type | Description | |
---|---|---|---|
appliedWeapon | SectionWeapon, |
Property | Type | Description | |
---|---|---|---|
canAttackOpponent | bool | ||
canAttackSelf | bool | ||
effectType | string | ||
upgradeLevel | int |
Method | Description | |
---|---|---|
CanAttackOpponent ( ) : bool | ||
CanAttackSelf ( ) : bool | ||
Construct ( ) : void | ||
Destruct ( ) : void | ||
DoDamage ( Tower, opp, int oppCenter, int damage, Tower, self, int firingSec ) : void | ||
GetDamagedSections ( Tower, t, int center ) : List |
||
GetEffectType ( ) : string | ||
GetInfo ( int damage ) : string | ||
GetUpgradeLevel ( ) : int | ||
Upgrade ( ) : void | ||
WeaponEffect ( ) : System.Collections | ||
WeaponEffect ( SectionWeapon, effectedWeapon ) : System.Collections |
public abstract DoDamage ( Tower, opp, int oppCenter, int damage, Tower, self, int firingSec ) : void | ||
opp | Tower, | |
oppCenter | int | |
damage | int | |
self | Tower, | |
firingSec | int | |
return | void |
public abstract GetDamagedSections ( Tower, t, int center ) : List |
||
t | Tower, | |
center | int | |
return | List |
public abstract GetInfo ( int damage ) : string | ||
damage | int | |
return | string |
public WeaponEffect ( SectionWeapon, effectedWeapon ) : System.Collections | ||
effectedWeapon | SectionWeapon, | |
return | System.Collections |