Avatar ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Entities Entity
    CreepyTowers.Avatars Avatar
      CreepyTowers.Avatars Dragon
      CreepyTowers.Avatars Penguin
      CreepyTowers.Avatars PiggyBank

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

public abstract class Avatar : Entity

The Avatar type exposes the following members.

Constructors

  NameDescription
Protected methodAvatar
Initializes a new instance of the Avatar class
Top
Methods

  NameDescription
Public methodAdd T  (Inherited from Entity.)
Public methodAddTag (Inherited from Entity.)
Public methodClearTags (Inherited from Entity.)
Public methodContains T  (Inherited from Entity.)
Public methodContainsBehavior T  (Inherited from Entity.)
Public methodContainsTag (Inherited from Entity.)
Protected methodDeactivate (Inherited from Entity.)
Public methodDispose (Inherited from Entity.)
Public methodGet T 
Gets a specific component, derived classes can return faster cached values (e.g. Entity2D) View code on GitHub
(Inherited from Entity.)
Protected methodGetActiveBehaviors (Inherited from Entity.)
Protected methodGetComponentsForSaving (Inherited from Entity.)
Protected methodStatic memberGetCreepsWithinRange
Public methodGetOrDefault T  (Inherited from Entity.)
Public methodGetTags (Inherited from Entity.)
Public methodPerformAttack
Public methodRemove T  (Inherited from Entity.)
Public methodRemoveTag (Inherited from Entity.)
Public methodReset
Public methodSet (Inherited from Entity.)
Public methodSetComponents (Inherited from Entity.)
Public methodStart T  (Inherited from Entity.)
Public methodStop T  (Inherited from Entity.)
Public methodToString (Inherited from Entity.)
Top
Fields

  NameDescription
Protected fieldcomponents (Inherited from Entity.)
Top
Properties

  NameDescription
Public propertyActivatedSpecialAttack
Public propertyAttackFrequencyMultiplier
Public propertyIsActive (Inherited from Entity.)
Public propertyIsLocked
Public propertyIsPauseable (Inherited from Entity.)
Public propertyIsSelected
Public propertyNumberOfComponents (Inherited from Entity.)
Public propertyPowerMultiplier
Public propertyProgressLevel
Public propertyRangeMultiplier
Public propertySpecialAttackAIsActivated
Public propertySpecialAttackBIsActivated
Public propertyUpdatePriority (Inherited from Entity.)
Public propertyXp
Top
See Also