|
sc2-gamedata
|
Build. More...
#include <Abil.h>


Public Attributes | |
| SAbilCmdButton | HaltCmdButton |
| Halt Command Button. More... | |
| CAbilLink | BuildMorphAbil |
| Build Morph Ability. More... | |
| CAbilLink | UnlinkMorphAbil |
| Unlink Morph Ability. More... | |
| CFlagArray< e_abilBuildFlagCount > | FlagArray |
| Flags. More... | |
| CAlertLink | Alert |
| Alert. More... | |
| CAlertLink | ErrorAlert |
| Error Alert. More... | |
| std::vector< SAbilBuildInfo > | InfoArray |
| Info. More... | |
| EAbilBuildType | Type |
| Build Type. More... | |
| CFixed | Range |
| Range. More... | |
| SCostFactor | RefundFraction |
| Refund Fraction. More... | |
| CGameTime | FidgetDelayMin |
| Minimum Fidget Delay. More... | |
| CGameTime | FidgetDelayMax |
| Maximum Fidget Delay. More... | |
| CMoverLink | ConstructionMover |
| Construction Mover. More... | |
| std::vector< CEffectLink > | EffectArray |
| Effects. More... | |
| uint32 | SmartPriority |
| Smart Priority. More... | |
Build.
| CAlertLink CAbilBuild::Alert |
Alert.
Alert that occurs when construction is complete
| CAbilLink CAbilBuild::BuildMorphAbil |
Build Morph Ability.
If this ability is cast on the unit this is connected to, the building will morph.
| CMoverLink CAbilBuild::ConstructionMover |
Construction Mover.
Mover that is used by the constructing unit while building
| std::vector<CEffectLink> CAbilBuild::EffectArray |
Effects.
Selects an effect to apply at various stages of the build process using the builder as the caster and the building as the target.
| CAlertLink CAbilBuild::ErrorAlert |
Error Alert.
The alert that occurs when something prevents construction.
| CGameTime CAbilBuild::FidgetDelayMax |
Maximum Fidget Delay.
Maximum fidget delay time of the ability
| CGameTime CAbilBuild::FidgetDelayMin |
Minimum Fidget Delay.
Minimum fidget delay time of the ability
| CFlagArray<e_abilBuildFlagCount> CAbilBuild::FlagArray |
| SAbilCmdButton CAbilBuild::HaltCmdButton |
Halt Command Button.
Specifies default button information for the Halt command which can be used to set requirements and the restriction state.
| std::vector<SAbilBuildInfo> CAbilBuild::InfoArray |
| CFixed CAbilBuild::Range |
Range.
Range of the ability
| SCostFactor CAbilBuild::RefundFraction |
Refund Fraction.
Build cancellation refund parameters for the ability
| uint32 CAbilBuild::SmartPriority |
Smart Priority.
Determines how important this ability is versus other abilities with a smart priority when deciding which ability should handle a smart command (usually bound to right click).
| EAbilBuildType CAbilBuild::Type |
Build Type.
Type of construction process for the ability
| CAbilLink CAbilBuild::UnlinkMorphAbil |
Unlink Morph Ability.
1.8.14