sc2-gamedata
|
Morph. More...
#include <Abil.h>
Morph.
CFlagArray<e_classIdCAbilCount> CAbilMorph::AbilClassDisableArray |
Ability Classes Disabled.
Ability types that will be disabled when using this morph ability.
CFlagArray<e_classIdCAbilCount> CAbilMorph::AbilClassEnableArray |
Ability Classes Enabled.
Ability types that will be enabled when using this morph ability.
std::vector<CAbilLink> CAbilMorph::AbilLinkDisableArray |
Abilities Disabled.
std::vector<CAbilLink> CAbilMorph::AbilLinkEnableArray |
Abilities Enabled.
CStringLink CAbilMorph::Activity |
Activity.
CDataSoupKey CAbilMorph::ActorKey |
Actor.
A string value passed to the actor system when this ability is used. This value can be referenced in an Ability Key term.
CAlertLink CAbilMorph::Alert |
Alert.
Alert that plays when the morph completes
EAcquireLevel CAbilMorph::AutoCastAcquireLevel |
Auto Cast Acquire Level.
uint32 CAbilMorph::AutoCastCountMax |
Auto Cast Maximum.
Maximum number of targets that can be in the auto cast range for auto cast to execute.
uint32 CAbilMorph::AutoCastCountMin |
Auto Cast Minimum.
Minimum number of targets that must be in the auto cast range for auto cast to execute.
CTargetFilters CAbilMorph::AutoCastFilters |
Auto Cast Filters.
Target unit types that will trigger the auto cast.
CFixed CAbilMorph::AutoCastRange |
Auto Cast Range.
The range at which the auto cast will scan for potential targets.
std::vector<CValidatorLink> CAbilMorph::AutoCastValidatorArray |
Auto Cast Validators.
Any validators specified here must return true for the auto cast to execute.
CUnitLink CAbilMorph::CancelUnit |
Cancel Unit.
The unit that will result if the morph is cancelled. If this field is left blank, then the original unit will result if the morph is cancelled.
std::vector<SAbilCmdButton> CAbilMorph::CmdButtonArray |
SCost CAbilMorph::Cost |
Cost.
Cost parameters for the ability
CAlertLink CAbilMorph::ErrorAlert |
Error Alert.
Alert that plays when an error occurs with the morph
CAlertLink CAbilMorph::FinishGlobalAlert |
Finish Global Alert.
Alert that plays for every player when the morph completes
CFlags CAbilMorph::Flags |
std::vector<SAbilMorphInfo> CAbilMorph::InfoArray |
Info.
Parameters relating to specific commands of the ability.
CButtonLink CAbilMorph::ProgressButton |
Progress Button.
SCostFactor CAbilMorph::RefundFraction |
Refund Fraction.
The fraction of the costs that will be returned if the ability is cancelled.
CAlertLink CAbilMorph::StartGlobalAlert |
Start Global Alert.
Alert that plays for every player when the morph begins
std::vector<CValidatorLink> CAbilMorph::ValidatorArray |
Validator Array.
Validators for executing the ability