sc2-gamedata
|
Inventory. More...
#include <Abil.h>
Public Attributes | |
std::vector< SAbilCmdButton > | CmdButtonArray |
Commands. More... | |
CFlags | Flags |
Flags. More... | |
CTargetFilters | TargetFilters |
Target Filters. More... | |
std::vector< CValidatorLink > | ValidatorArray |
Validators. More... | |
CFixed | Range |
Range. More... | |
CFixed | MaxDropRange |
Maximum Drop Range. More... | |
std::vector< SAbilInventoryInfo > | InfoArray |
Info. More... | |
uint32 | SmartPriority |
Smart Priority. More... | |
Inventory.
std::vector<SAbilCmdButton> CAbilInventory::CmdButtonArray |
CFlags CAbilInventory::Flags |
std::vector<SAbilInventoryInfo> CAbilInventory::InfoArray |
Info.
CFixed CAbilInventory::MaxDropRange |
Maximum Drop Range.
CFixed CAbilInventory::Range |
Range.
uint32 CAbilInventory::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 CAbilInventory::TargetFilters |
Target Filters.
std::vector<CValidatorLink> CAbilInventory::ValidatorArray |
Validators.