CreepData ClassDelta Engine Documentation
Initial data describing a creep, has no current in game values. View code on GitHub
Inheritance Hierarchy

System Object
  CreepyTowers AgentData
    CreepyTowers.Enemy.Creeps CreepData
      CreepyTowers.Enemy.Bosses BossData

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

public class CreepData : AgentData

The CreepData type exposes the following members.

Constructors

  NameDescription
Public methodCreepData(String, Single, Single, Single, Int32, Dictionary TowerType, Single )
Initializes a new instance of the CreepData class
Protected methodCreepData(BossType, String, Single, Single, Single, Int32, Dictionary TowerType, Single )
Initializes a new instance of the CreepData class
Public methodCreepData(CreepType, String, Single, Single, Single, Int32, Dictionary TowerType, Single )
Initializes a new instance of the CreepData class
Top
Fields

  NameDescription
Public fieldTypeDamageModifier
Top
Properties

  NameDescription
Public propertyGoldReward
Public propertyMaxHp
Public propertyName (Inherited from AgentData.)
Public propertyResistance
Public propertySpeed
Public propertyType (Inherited from AgentData.)
Top
See Also