CreepState ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  CreepyTowers.Enemy EnemyState
    CreepyTowers.Enemy.Creeps CreepState

Namespace: CreepyTowers.Enemy.Creeps
Assembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public class CreepState : EnemyState, IEquatable<CreepState>

The CreepState type exposes the following members.

Constructors

  NameDescription
Public methodCreepState
Initializes a new instance of the CreepState class
Top
Methods

  NameDescription
Public methodEquals
Public methodGetVulnerability (Inherited from EnemyState.)
Public methodGetVulnerabilityValue (Inherited from EnemyState.)
Public methodSetVulnerabilitiesToNormal (Inherited from EnemyState.)
Public methodSetVulnerability (Inherited from EnemyState.)
Public methodSetVulnerabilityWithValue (Inherited from EnemyState.)
Public methodUpdateStateAndTimers (Overrides EnemyState UpdateStateAndTimers(Agent).)
Top
Fields

  NameDescription
Public fieldMaxTimeLong (Inherited from EnemyState.)
Public fieldMaxTimeMedium (Inherited from EnemyState.)
Public fieldMaxTimeShort (Inherited from EnemyState.)
Public fieldNumberOfTowerTypes (Inherited from EnemyState.)
Public fieldVulnerabilityState (Inherited from EnemyState.)
Top
Properties

  NameDescription
Public propertyBurn
Public propertyBurnTimer
Public propertyBurst
Public propertyBurstTimer
Public propertyDelayed (Inherited from EnemyState.)
Public propertyDelayedTimer (Inherited from EnemyState.)
Public propertyEnfeeble (Inherited from EnemyState.)
Public propertyEnfeebleTimer (Inherited from EnemyState.)
Public propertyFast (Inherited from EnemyState.)
Public propertyFastTimer (Inherited from EnemyState.)
Public propertyFrozen
Public propertyFrozenTimer
Public propertyHealing
Public propertyMelt (Inherited from EnemyState.)
Public propertyMeltTimer (Inherited from EnemyState.)
Public propertyParalysed
Public propertyParalysedTimer
Public propertyRust
Public propertyRustTimer
Public propertySlow (Inherited from EnemyState.)
Public propertySlowImmune (Inherited from EnemyState.)
Public propertySlowImmuneTimer (Inherited from EnemyState.)
Public propertySlowTimer (Inherited from EnemyState.)
Public propertySudden
Public propertyUnfreezable
Public propertyUnfreezableTimer
Public propertyWet (Inherited from EnemyState.)
Public propertyWetTimer (Inherited from EnemyState.)
Top
See Also