sc2-gamedata
|
Attack. More...
#include <Abil.h>
Public Attributes | |
std::vector< SAbilCmdButton > | CmdButtonArray |
Commands. More... | |
CTargetFilters | AcquireFilters |
Scan Filters. More... | |
CTargetFilters | SmartFilters |
Smart Filters. More... | |
uint32 | SmartPriority |
Smart Priority. More... | |
CTargetFilters | SupportedFilters |
Supported Filters. More... | |
CFixed | MinAttackSpeedMultiplier |
Attack Speed Multiplier Minimum. More... | |
CFixed | MaxAttackSpeedMultiplier |
Attack Speed Multiplier Maximum. More... | |
Attack.
CTargetFilters CAbilAttack::AcquireFilters |
Scan Filters.
Defines what kinds of targets a unit with this ability will acquire on its own.
std::vector<SAbilCmdButton> CAbilAttack::CmdButtonArray |
CFixed CAbilAttack::MaxAttackSpeedMultiplier |
Attack Speed Multiplier Maximum.
The maximum multiplier for attack speed increasing with this ability.
CFixed CAbilAttack::MinAttackSpeedMultiplier |
Attack Speed Multiplier Minimum.
The minimum multiplier for attack speed increasing with this ability.
CTargetFilters CAbilAttack::SmartFilters |
Smart Filters.
When you right click a unit, only these unit types will be attacked.
uint32 CAbilAttack::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).
CTargetFilters CAbilAttack::SupportedFilters |
Supported Filters.
Units that do not pass these filters will simply be ignored without displaying specific error information when targeting.