| 83 | Valueable<bool> UndeploysInto_Sellable; |
| 84 | |
| 85 | ExtData(BuildingTypeClass* OwnerObject) : Extension<BuildingTypeClass>(OwnerObject) |
| 86 | , PowersUp_Owner { AffectedHouse::Owner } |
| 87 | , PowersUp_Buildings {} |
| 88 | , PowerPlantEnhancer_Buildings {} |
| 89 | , PowerPlantEnhancer_Amount { 0 } |
| 90 | , PowerPlantEnhancer_Factor { 1.0 } |
| 91 | , OccupierMuzzleFlashes() |
| 92 | , Powered_KillSpawns { false } |
| 93 | , AllowAirstrike {} |
| 94 | , CanC4_AllowZeroDamage { false } |
| 95 | , InitialStrength_Cloning { { 1.0 } } |
| 96 | , ExcludeFromMultipleFactoryBonus { false } |
| 97 | , Refinery_UseStorage { false } |
| 98 | , Grinding_AllowAllies { false } |
| 99 | , Grinding_AllowOwner { true } |
| 100 | , Grinding_AllowTypes {} |
| 101 | , Grinding_DisallowTypes {} |
| 102 | , Grinding_Sound {} |
| 103 | , Grinding_PlayDieSound { true } |
| 104 | , Grinding_Weapon {} |
| 105 | , Grinding_Weapon_RequiredCredits { 0 } |
| 106 | , DisplayIncome { } |
| 107 | , DisplayIncome_Houses { } |
| 108 | , DisplayIncome_Offset { { 0,0 } } |
| 109 | , PlacementPreview { true } |
| 110 | , PlacementPreview_Shape {} |
| 111 | , PlacementPreview_ShapeFrame {} |
| 112 | , PlacementPreview_Remap { true } |
| 113 | , PlacementPreview_Offset { {0,-15,1} } |
| 114 | , PlacementPreview_Palette {} |
| 115 | , PlacementPreview_Translucency {} |
| 116 | , SpyEffect_Custom { false } |
| 117 | , SpyEffect_VictimSuperWeapon {} |
| 118 | , SpyEffect_InfiltratorSuperWeapon {} |
| 119 | , ConsideredVehicle {} |
| 120 | , ZShapePointMove_OnBuildup { false } |
| 121 | , SellBuildupLength { 23 } |
| 122 | , AircraftDockingDirs {} |
| 123 | , FactoryPlant_AllowTypes {} |
| 124 | , FactoryPlant_DisallowTypes {} |
| 125 | , IsDestroyableObstacle { false } |
| 126 | , Units_RepairRate {} |
| 127 | , Units_RepairStep {} |
| 128 | , Units_RepairPercent {} |
| 129 | , Units_UseRepairCost {} |
| 130 | , NoBuildAreaOnBuildup { false } |
| 131 | , Adjacent_Allowed {} |
| 132 | , Adjacent_Disallowed {} |
| 133 | , HasPowerUpAnim {} |
| 134 | , UndeploysInto_Sellable { false } |
| 135 | { } |
| 136 | |
| 137 | // Ares 0.A functions |
| 138 | int GetSuperWeaponCount() const; |
nothing calls this directly
no outgoing calls
no test coverage detected