sc2-gamedata
Public Attributes | List of all members
CBehaviorCreepSource Class Reference

Creep Source. More...

#include <Behavior.h>

Inheritance diagram for CBehaviorCreepSource:
Inheritance graph
[legend]
Collaboration diagram for CBehaviorCreepSource:
Collaboration graph
[legend]

Public Attributes

CGameTime Delay
 Delay. More...
 
CGameTime Period
 Period. More...
 
CFootprintLink Build
 Build. More...
 
CFootprintLink Start
 Footprint Start. More...
 
CFootprintLink Birth
 Birth. More...
 
CFootprintLink Grown
 Footprint Grown. More...
 
std::vector< CValidatorLinkDisableValidatorArray
 Disable Validators. More...
 
std::vector< CValidatorLinkRemoveValidatorArray
 Remove Validators. More...
 

Detailed Description

Creep Source.

Remarks
Unknown

Member Data Documentation

◆ Birth

CFootprintLink CBehaviorCreepSource::Birth

Birth.

The footprint that controls the size the creep will be when the unit with this behavior is birthed.

◆ Build

CFootprintLink CBehaviorCreepSource::Build

Build.

The footprint that controls the size the creep will be while the unit with this behavior is under construction.

◆ Delay

CGameTime CBehaviorCreepSource::Delay

Delay.

The delay before the creep starts growing.

◆ DisableValidatorArray

std::vector<CValidatorLink> CBehaviorCreepSource::DisableValidatorArray

Disable Validators.

If one of these validators returns false, the behavior will be disabled.

◆ Grown

CFootprintLink CBehaviorCreepSource::Grown

Footprint Grown.

The footprint that controls the size the creep will grow to.

◆ Period

CGameTime CBehaviorCreepSource::Period

Period.

Amount of time in between creep growths.

◆ RemoveValidatorArray

std::vector<CValidatorLink> CBehaviorCreepSource::RemoveValidatorArray

Remove Validators.

If one of these validators returns false, the behavior will be removed.

◆ Start

CFootprintLink CBehaviorCreepSource::Start

Footprint Start.

The footprint that controls the size the creep will be when the game starts if the unit with this behavior is pre placed.


The documentation for this class was generated from the following file: