|
sc2-gamedata
|
#include <Game.h>


Public Attributes | |
| CFlags | Display |
| Cost Display. More... | |
| std::vector< CFixed > | Vital |
| Vitals. More... | |
| std::vector< CFixed > | VitalFraction |
| Vital Fraction. More... | |
| SCharge | Charge |
| Charge. More... | |
| SCooldown | Cooldown |
| Cooldown. More... | |
Public Attributes inherited from STechCost | |
| std::vector< int32 > | Resource |
| Technology Resource Cost. More... | |
| SCharge SCost::Charge |
Charge.
Charge that is removed when the unit uses the ability
| SCooldown SCost::Cooldown |
Cooldown.
Amount of time it takes for the charge to regenerate
| CFlags SCost::Display |
Cost Display.
When enabled, the specified cost appears in the ability's tooltip text.
| std::vector<CFixed> SCost::Vital |
Vitals.
Amount of vitals the unit must use in order to cast the ability
| std::vector<CFixed> SCost::VitalFraction |
Vital Fraction.
Fraction of vitals the unit must use in order to cast the ability
1.8.14