| 40 | SuperClass* EMPulseSW; |
| 41 | |
| 42 | ExtData(BuildingClass* OwnerObject) : Extension<BuildingClass>(OwnerObject) |
| 43 | , TypeExtData { nullptr } |
| 44 | , TechnoExtData { nullptr } |
| 45 | , DeployedTechno { false } |
| 46 | , IsCreatedFromMapFile { false } |
| 47 | , LimboID { -1 } |
| 48 | , GrindingWeapon_LastFiredFrame { 0 } |
| 49 | , GrindingWeapon_AccumulatedCredits { 0 } |
| 50 | , CurrentAirFactory { nullptr } |
| 51 | , AccumulatedIncome { 0 } |
| 52 | , CurrentLaserWeaponIndex {} |
| 53 | , PoweredUpToLevel { 0 } |
| 54 | , EMPulseSW {} |
| 55 | { } |
| 56 | |
| 57 | void DisplayIncomeString(); |
| 58 | void ApplyPoweredKillSpawns(); |
nothing calls this directly
no outgoing calls
no test coverage detected