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

Class BaseScript

scripts/CanyonsCTF.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58// ========================
59
60class BaseScript {
61public:
62 BaseScript();
63 ~BaseScript();
64 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
65};
66
67class LevelScript_0000 : public BaseScript {
68public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected