Inheritance Hierarchy
CreepyTowers.Enemy EnemyState
CreepyTowers.Enemy.Bosses BossState
CreepyTowers.Enemy.Creeps CreepState
Namespace: CreepyTowers.Enemy
Assembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
Syntax
The EnemyState type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EnemyState | Initializes a new instance of the EnemyState class |
Methods
Name | Description | |
---|---|---|
GetVulnerability | ||
GetVulnerabilityValue | ||
SetVulnerabilitiesToNormal | ||
SetVulnerability | ||
SetVulnerabilityWithValue | ||
UpdateStateAndTimers |
Fields
Name | Description | |
---|---|---|
MaxTimeLong | ||
MaxTimeMedium | ||
MaxTimeShort | ||
NumberOfTowerTypes | ||
VulnerabilityState |
Properties
Name | Description | |
---|---|---|
Delayed | ||
DelayedTimer | ||
Enfeeble | ||
EnfeebleTimer | ||
Fast | ||
FastTimer | ||
Melt | ||
MeltTimer | ||
Slow | ||
SlowImmune | ||
SlowImmuneTimer | ||
SlowTimer | ||
Wet | ||
WetTimer |
See Also