C# Class Blinded, verthex

Inheritance: WeaponEffect
Show file Open project: austinblakeslee/verthex Class Usage Examples

Public Properties

Property Type Description
appliedSection Section,
blindedVisual GameObject
missPercentage int
numAttacks int

Public Methods

Method Description
Blinded ( int blindPercentage, SectionWeapon, effectedWeapon ) : System.Collections
Blinded ( int blindPercentage, SectionWeapon, effectedWeapon, Section, s ) : System.Collections
Construct ( ) : void
Destruct ( ) : void
DoDamage ( Tower, t, int center, int damage, Tower, self, int firingSec ) : void
GetDamagedSections ( Tower, t, int center ) : List
GetInfo ( int damage ) : string

Method Details

Blinded() public method

public Blinded ( int blindPercentage, SectionWeapon, effectedWeapon ) : System.Collections
blindPercentage int
effectedWeapon SectionWeapon,
return System.Collections

Blinded() public method

public Blinded ( int blindPercentage, SectionWeapon, effectedWeapon, Section, s ) : System.Collections
blindPercentage int
effectedWeapon SectionWeapon,
s Section,
return System.Collections

Construct() public method

public Construct ( ) : void
return void

Destruct() public method

public Destruct ( ) : void
return void

DoDamage() public method

public DoDamage ( Tower, t, int center, int damage, Tower, self, int firingSec ) : void
t Tower,
center int
damage int
self Tower,
firingSec 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

appliedSection public property

public Section, appliedSection
return Section,

blindedVisual public property

public GameObject blindedVisual
return GameObject

missPercentage public property

public int missPercentage
return int

numAttacks public property

public int numAttacks
return int