| 81 | Valueable<bool> EMPulse_TargetSelf; |
| 82 | |
| 83 | ExtData(SuperWeaponTypeClass* OwnerObject) : Extension<SuperWeaponTypeClass>(OwnerObject) |
| 84 | , Money_Amount { 0 } |
| 85 | , SW_Inhibitors {} |
| 86 | , SW_AnyInhibitor { false } |
| 87 | , SW_Designators { } |
| 88 | , SW_AnyDesignator { false } |
| 89 | , SW_RangeMinimum { -1.0 } |
| 90 | , SW_RangeMaximum { -1.0 } |
| 91 | , SW_RequiredHouses { 0xFFFFFFFFu } |
| 92 | , SW_ForbiddenHouses { 0u } |
| 93 | , SW_AuxBuildings {} |
| 94 | , SW_NegBuildings {} |
| 95 | , SW_InitialReady { false } |
| 96 | , SW_PostDependent {} |
| 97 | , SW_MaxCount { -1 } |
| 98 | , SW_Shots { -1 } |
| 99 | , UIDescription {} |
| 100 | , CameoPriority { 0 } |
| 101 | , LimboDelivery_Types {} |
| 102 | , LimboDelivery_IDs {} |
| 103 | , LimboDelivery_RollChances {} |
| 104 | , LimboDelivery_RandomWeightsData {} |
| 105 | , LimboKill_Affected { AffectedHouse::Owner } |
| 106 | , LimboKill_IDs {} |
| 107 | , RandomBuffer { 0.0 } |
| 108 | , Detonate_Warhead {} |
| 109 | , Detonate_Weapon {} |
| 110 | , Detonate_Damage {} |
| 111 | , Detonate_Warhead_Full { true } |
| 112 | , Detonate_AtFirer { false } |
| 113 | , SW_Next {} |
| 114 | , SW_Next_RealLaunch { true } |
| 115 | , SW_Next_IgnoreInhibitors { false } |
| 116 | , SW_Next_IgnoreDesignators { true } |
| 117 | , SW_Next_RollChances {} |
| 118 | , SW_Next_RandomWeightsData {} |
| 119 | , ShowTimer_Priority { 0 } |
| 120 | , Convert_Pairs {} |
| 121 | , ShowDesignatorRange { true } |
| 122 | , TabIndex { 1 } |
| 123 | , UseWeeds { false } |
| 124 | , UseWeeds_Amount { RulesClass::Instance->WeedCapacity } |
| 125 | , UseWeeds_StorageTimer { false } |
| 126 | , UseWeeds_ReadinessAnimationPercentage { 0.9 } |
| 127 | , EMPulse_WeaponIndex { 0 } |
| 128 | , EMPulse_SuspendOthers { false } |
| 129 | , EMPulse_Cannons {} |
| 130 | , EMPulse_TargetSelf { false } |
| 131 | { } |
| 132 | |
| 133 | // Ares 0.A functions |
| 134 | bool IsInhibitor(HouseClass* pOwner, TechnoClass* pTechno) const; |
nothing calls this directly
no outgoing calls
no test coverage detected