sc2-gamedata
|
Behavior. More...
#include <Abil.h>
Public Attributes | |
std::vector< SAbilCmdButton > | CmdButtonArray |
Commands. More... | |
CFlags | Flags |
Flags. More... | |
std::vector< SCost > | Cost |
Cost. More... | |
std::vector< CBehaviorLink > | BehaviorArray |
Behaviors. More... | |
std::vector< CValidatorLink > | ValidatorArray |
Validators. More... | |
std::vector< CValidatorLink > | AutoCastValidatorArray |
Auto Cast Validators. More... | |
std::vector< CImagePath > | LevelButtonOnImage |
Level Button - On Image. More... | |
std::vector< CStringLink > | LevelButtonOnName |
Level Button - On Name. More... | |
std::vector< CStringLink > | LevelButtonOnTooltip |
Level Button - On Tooltip. More... | |
std::vector< CImagePath > | LevelButtonOnTooltipImage |
Level Button On Tooltip Image. More... | |
std::vector< CImagePath > | LevelButtonOffImage |
Level Button - Off Image. More... | |
std::vector< CStringLink > | LevelButtonOffName |
Level Button - Off Name. More... | |
std::vector< CStringLink > | LevelButtonOffTooltip |
Level Button - Off Tooltip. More... | |
std::vector< CImagePath > | LevelButtonOffTooltipImage |
Level Button Off Tooltip Image. More... | |
std::vector< CImagePath > | LearnButtonImage |
Learn Button Image. More... | |
std::vector< CStringLink > | LearnButtonName |
Learn Button Name. More... | |
std::vector< CStringLink > | LearnButtonTooltip |
Learn Button Tooltip. More... | |
std::vector< CImagePath > | LearnButtonTooltipImage |
Learn Button Tooltip Image. More... | |
Behavior.
std::vector<CValidatorLink> CAbilBehavior::AutoCastValidatorArray |
Auto Cast Validators.
Auto cast requirements for the ability
std::vector<CBehaviorLink> CAbilBehavior::BehaviorArray |
Behaviors.
Behaviors the ability will add or remove from the caster.
std::vector<SAbilCmdButton> CAbilBehavior::CmdButtonArray |
std::vector<SCost> CAbilBehavior::Cost |
Cost.
Cost parameters for the ability
CFlags CAbilBehavior::Flags |
std::vector<CImagePath> CAbilBehavior::LearnButtonImage |
Learn Button Image.
Specifies a button image to use for learning a new level for each level of this ability.
std::vector<CStringLink> CAbilBehavior::LearnButtonName |
Learn Button Name.
Specifies a button name to use for learning a new level for each level of this ability.
std::vector<CStringLink> CAbilBehavior::LearnButtonTooltip |
Learn Button Tooltip.
Specifies a button tooltip to use for learning a new level for each level of this ability.
std::vector<CImagePath> CAbilBehavior::LearnButtonTooltipImage |
Learn Button Tooltip Image.
Specifies a button tooltip image to use for learning a new level for each level of this ability.
std::vector<CImagePath> CAbilBehavior::LevelButtonOffImage |
Level Button - Off Image.
Specifies an alternate 'off' button image to use for each level of this ability.
std::vector<CStringLink> CAbilBehavior::LevelButtonOffName |
Level Button - Off Name.
Specifies an alternate 'off' button name to use for each level of this ability.
std::vector<CStringLink> CAbilBehavior::LevelButtonOffTooltip |
Level Button - Off Tooltip.
Specifies an alternate 'off' button tooltip to use for each level of this ability.
std::vector<CImagePath> CAbilBehavior::LevelButtonOffTooltipImage |
Level Button Off Tooltip Image.
Specifies an alternate 'off' button tooltip image to use for each level of this ability.
std::vector<CImagePath> CAbilBehavior::LevelButtonOnImage |
Level Button - On Image.
Specifies an alternate 'on' button image to use for each level of this ability.
std::vector<CStringLink> CAbilBehavior::LevelButtonOnName |
Level Button - On Name.
Specifies an alternate 'on' button name to use for each level of this ability.
std::vector<CStringLink> CAbilBehavior::LevelButtonOnTooltip |
Level Button - On Tooltip.
Specifies an alternate 'on' button tooltip to use for each level of this ability.
std::vector<CImagePath> CAbilBehavior::LevelButtonOnTooltipImage |
Level Button On Tooltip Image.
Specifies an alternate 'on' button tooltip image to use for each level of this ability.
std::vector<CValidatorLink> CAbilBehavior::ValidatorArray |
Validators.
Validators for executing the ability