C# Class SectionEffect, verthex

Show file Open project: austinblakeslee/verthex Class Usage Examples

Protected Properties

Property Type Description
appliedSection Section,
effectType string
upgradeLevel int

Public Methods

Method Description
ApplyDamage ( Section, target, int power ) : void
Construct ( ) : void
Destruct ( ) : void
EndTurnEffect ( ) : void
GetEffectType ( ) : string
GetInfo ( ) : string
GetUpgradeLevel ( ) : int
PreAttack ( Section, S ) : void
SectionEffect ( ) : System.Collections
SectionEffect ( Section, effectedSection ) : System.Collections
Update ( ) : void
Upgrade ( ) : void

Method Details

ApplyDamage() public method

public ApplyDamage ( Section, target, int power ) : void
target Section,
power int
return void

Construct() public method

public Construct ( ) : void
return void

Destruct() public method

public Destruct ( ) : void
return void

EndTurnEffect() public method

public EndTurnEffect ( ) : void
return void

GetEffectType() public method

public GetEffectType ( ) : string
return string

GetInfo() public method

public GetInfo ( ) : string
return string

GetUpgradeLevel() public method

public GetUpgradeLevel ( ) : int
return int

PreAttack() public method

public PreAttack ( Section, S ) : void
S Section,
return void

SectionEffect() public method

public SectionEffect ( ) : System.Collections
return System.Collections

SectionEffect() public method

public SectionEffect ( Section, effectedSection ) : System.Collections
effectedSection Section,
return System.Collections

Update() public method

public Update ( ) : void
return void

Upgrade() public method

public Upgrade ( ) : void
return void

Property Details

appliedSection protected property

protected Section, appliedSection
return Section,

effectType protected property

protected string effectType
return string

upgradeLevel protected property

protected int upgradeLevel
return int