C# Class Blinded, verthex

Inheritance: WeaponEffect
Datei anzeigen 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_oe property

public Section, appliedSection
return Section,

blindedVisual public_oe property

public GameObject blindedVisual
return GameObject

missPercentage public_oe property

public int missPercentage
return int

numAttacks public_oe property

public int numAttacks
return int