EnemyState ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  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

public abstract class EnemyState

The EnemyState type exposes the following members.

Constructors

  NameDescription
Protected methodEnemyState
Initializes a new instance of the EnemyState class
Top
Methods

  NameDescription
Public methodGetVulnerability
Public methodGetVulnerabilityValue
Public methodSetVulnerabilitiesToNormal
Public methodSetVulnerability
Public methodSetVulnerabilityWithValue
Public methodUpdateStateAndTimers
Top
Fields

  NameDescription
Public fieldMaxTimeLong
Public fieldMaxTimeMedium
Public fieldMaxTimeShort
Public fieldNumberOfTowerTypes
Public fieldVulnerabilityState
Top
Properties

  NameDescription
Public propertyDelayed
Public propertyDelayedTimer
Public propertyEnfeeble
Public propertyEnfeebleTimer
Public propertyFast
Public propertyFastTimer
Public propertyMelt
Public propertyMeltTimer
Public propertySlow
Public propertySlowImmune
Public propertySlowImmuneTimer
Public propertySlowTimer
Public propertyWet
Public propertyWetTimer
Top
See Also