|
sc2-gamedata
|
Search Area. More...
#include <Effect.h>


Public Attributes | |
| SEffectWhichLocation | LaunchLocation |
| Launch Location. More... | |
| SEffectWhichLocation | ImpactLocation |
| Impact Location. More... | |
| std::vector< SEffectWhichUnit > | ExcludeArray |
| Exclude. More... | |
| std::vector< SEffectWhichUnit > | IncludeArray |
| Include. More... | |
| CTargetFilters | SearchFilters |
| Search Filters. More... | |
| STargetSorts | TargetSorts |
| Target Sorts. More... | |
| std::vector< SEffectEnumArea > | AreaArray |
| Areas. More... | |
| CCmdResult | MinCountError |
| Minimum Count Error. More... | |
| uint32 | MinCount |
| Minimum Count. More... | |
| uint32 | MaxCount |
| Maximum Count. More... | |
| uint32 | RecycleCount |
| Recycle Count. More... | |
| CFlags | SearchFlags |
| Search Flags. More... | |
Search Area.
| std::vector<SEffectEnumArea> CEffectEnumArea::AreaArray |
Areas.
Area parameters for the effect
| std::vector<SEffectWhichUnit> CEffectEnumArea::ExcludeArray |
Exclude.
Excludes units from the area search
| SEffectWhichLocation CEffectEnumArea::ImpactLocation |
Impact Location.
Configures where the epicenter of the effect will be
| std::vector<SEffectWhichUnit> CEffectEnumArea::IncludeArray |
Include.
Includes units in the area search
| SEffectWhichLocation CEffectEnumArea::LaunchLocation |
Launch Location.
Specifies the origin of a search. This forms a direction towards the Impact Location that all Arc tests will be relative to.
| uint32 CEffectEnumArea::MaxCount |
Maximum Count.
Maximum number of units the effect can target
| uint32 CEffectEnumArea::MinCount |
Minimum Count.
Minimum number of units the effect must target
| CCmdResult CEffectEnumArea::MinCountError |
Minimum Count Error.
Error that plays if the effect cannot get the minimum required number of targets
| uint32 CEffectEnumArea::RecycleCount |
Recycle Count.
If the requested number of units aren’t found, this many units will be “recycled” and enumerated repeatedly until the requirements are met.
| CTargetFilters CEffectEnumArea::SearchFilters |
Search Filters.
Determines what targets are valid for the search
| CFlags CEffectEnumArea::SearchFlags |
| STargetSorts CEffectEnumArea::TargetSorts |
Target Sorts.
Determines how the effect prioritizes potential targets.
1.8.14