MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / BaseScript

Class BaseScript

scripts/TrainingMission.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89// ========================
90
91class BaseScript {
92public:
93 BaseScript();
94 ~BaseScript();
95 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
96};
97
98class LevelScript_0000 : public BaseScript {
99public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected