C# Class AimCritStrike, verthex

Inheritance: WeaponEffect
Datei anzeigen Open project: austinblakeslee/verthex

Protected Properties

Property Type Description
critStrikeDamageModifier int
taggedSections List

Public Methods

Method Description
AimCritStrike ( SectionWeapon, effectedWeapon ) : System.Collections
DoDamage ( Tower, t, int center, int damage, Tower, self, int firingSection ) : void
GetDamagedSections ( Tower, t, int center ) : List
GetInfo ( int damage ) : string

Method Details

AimCritStrike() public method

public AimCritStrike ( SectionWeapon, effectedWeapon ) : System.Collections
effectedWeapon SectionWeapon,
return System.Collections

DoDamage() public method

public DoDamage ( Tower, t, int center, int damage, Tower, self, int firingSection ) : void
t Tower,
center int
damage int
self Tower,
firingSection int
return void

GetDamagedSections() public method

public GetDamagedSections ( Tower, t, int center ) : List
t Tower,
center int
return List

GetInfo() public method

public GetInfo ( int damage ) : string
damage int
return string

Property Details

critStrikeDamageModifier protected_oe property

protected int critStrikeDamageModifier
return int

taggedSections protected_oe property

protected List
taggedSections
return List