sc2-gamedata
|
Arm Magazine. More...
#include <Abil.h>
Public Attributes | |
EAbilArmMagazineLaunch | Launch |
Launch Type. More... | |
CFlags | Flags |
Flags. More... | |
CFixed | Leash |
Leash. More... | |
std::vector< SAbilArmMagazineInfo > | InfoArray |
Info. More... | |
CAlertLink | Alert |
Alert. More... | |
std::vector< CEffectLink > | EffectArray |
Effects. More... | |
CFixed | ReturnLifeFraction |
Return Life Fraction. More... | |
CEffectLink | CalldownEffect |
Calldown Effect. More... | |
std::vector< CFangle > | ExternalAngle |
External Angle. More... | |
uint32 | MaxCount |
Max Count. More... | |
Arm Magazine.
CAlertLink CAbilArmMagazine::Alert |
Alert.
Alert that plays every time ammo construction completes.
CEffectLink CAbilArmMagazine::CalldownEffect |
Calldown Effect.
The effect that occurs when using this ability.
std::vector<CEffectLink> CAbilArmMagazine::EffectArray |
std::vector<CFangle> CAbilArmMagazine::ExternalAngle |
External Angle.
Angle at which external ammo units are positioned around the main unit. 0 degrees lines up with the front of the main unit.
CFlags CAbilArmMagazine::Flags |
std::vector<SAbilArmMagazineInfo> CAbilArmMagazine::InfoArray |
Info.
Parameters relating to specific commands of the ability.
EAbilArmMagazineLaunch CAbilArmMagazine::Launch |
Launch Type.
Defines how the ammo units are launched.
CFixed CAbilArmMagazine::Leash |
Leash.
Maximum range the ammo unit can travel from the main unit.
uint32 CAbilArmMagazine::MaxCount |
Max Count.
The maximum number of units that can be stored in this magazine. If set to 0 then there is no maximum.
CFixed CAbilArmMagazine::ReturnLifeFraction |
Return Life Fraction.
When an ammo unit gets to this fraction of life, it will return to the main unit.