C# Class Blind, verthex

Inheritance: StatusBuffBasis
Datei anzeigen Open project: austinblakeslee/verthex Class Usage Examples

Protected Properties

Property Type Description
missChance int
taggedSections List

Public Methods

Method Description
Blind ( 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

Blind() public method

public Blind ( 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

missChance protected_oe property

protected int missChance
return int

taggedSections protected_oe property

protected List
taggedSections
return List