MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / ExtData

Method ExtData

src/Ext/Building/Body.h:42–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected