C# Class Drain, verthex

Inheritance: WeaponEffect
Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

Méthode Description
DoDamage ( Tower, t, int center, int damage, Tower, self, int firingSec ) : void
Drain ( SectionWeapon, effectedWeapon ) : System.Collections
GetDamagedSections ( Tower, t, int center ) : List
GetInfo ( int damage ) : string
Heal ( int damage, int center, Tower, t ) : void

Method Details

DoDamage() public méthode

public DoDamage ( Tower, t, int center, int damage, Tower, self, int firingSec ) : void
t Tower,
center int
damage int
self Tower,
firingSec int
Résultat void

Drain() public méthode

public Drain ( SectionWeapon, effectedWeapon ) : System.Collections
effectedWeapon SectionWeapon,
Résultat System.Collections

GetDamagedSections() public méthode

public GetDamagedSections ( Tower, t, int center ) : List
t Tower,
center int
Résultat List

GetInfo() public méthode

public GetInfo ( int damage ) : string
damage int
Résultat string

Heal() public méthode

public Heal ( int damage, int center, Tower, t ) : void
damage int
center int
t Tower,
Résultat void