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

Method ExtData

src/Ext/Scenario/Body.h:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 std::vector<TechnoExt::ExtData*> TransportReloaders; // Objects that can reload ammo in limbo
38
39 ExtData(ScenarioClass* OwnerObject) : Extension<ScenarioClass>(OwnerObject)
40 , ShowBriefing { false }
41 , BriefingTheme { -1 }
42 , Waypoints { }
43 , Variables { }
44 , AutoDeathObjects {}
45 , TransportReloaders {}
46 { }
47
48 void SetVariableToByID(bool bIsGlobal, int nIndex, char bState);
49 void GetVariableStateByID(bool bIsGlobal, int nIndex, char* pOut);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected