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

Set. More...

#include <Effect.h>

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

Public Attributes

std::vector< CEffectLinkEffectArray
 Effects. More...
 
flag8 Random
 Random. More...
 
uint32 MinCount
 Minimum Count. More...
 
uint32 MaxCount
 Maximum Count. More...
 
EEffectLocationType TargetLocationType
 Target Location Type. More...
 

Detailed Description

Set.

Remarks
Unknown

Member Data Documentation

◆ EffectArray

std::vector<CEffectLink> CEffectSet::EffectArray

Effects.

List of effects that are executed when the set effect is executed

◆ MaxCount

uint32 CEffectSet::MaxCount

Maximum Count.

Specifies a maximum number of child effects to be executed. Used with the Min Count.

◆ MinCount

uint32 CEffectSet::MinCount

Minimum Count.

Specifies a minimum number of child effects to be executed. Used with the Max Count.

◆ Random

flag8 CEffectSet::Random

Random.

Specifies that the child effects are shuffled in a random order before being executed.

◆ TargetLocationType

EEffectLocationType CEffectSet::TargetLocationType

Target Location Type.

Specifies the type of targeting requirement this effect has when used with an ability. If set to Unknown (the default), then it will try to determine that requirement from the child effects.


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