C# Class Blinded, verthex

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

Méthodes publiques

Свойство Type Description
appliedSection Section,
blindedVisual GameObject
missPercentage int
numAttacks int

Méthodes publiques

Méthode 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 méthode

public Blinded ( int blindPercentage, SectionWeapon, effectedWeapon ) : System.Collections
blindPercentage int
effectedWeapon SectionWeapon,
Résultat System.Collections

Blinded() public méthode

public Blinded ( int blindPercentage, SectionWeapon, effectedWeapon, Section, s ) : System.Collections
blindPercentage int
effectedWeapon SectionWeapon,
s Section,
Résultat System.Collections

Construct() public méthode

public Construct ( ) : void
Résultat void

Destruct() public méthode

public Destruct ( ) : void
Résultat void

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

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

Property Details

appliedSection public_oe property

public Section, appliedSection
Résultat Section,

blindedVisual public_oe property

public GameObject blindedVisual
Résultat GameObject

missPercentage public_oe property

public int missPercentage
Résultat int

numAttacks public_oe property

public int numAttacks
Résultat int