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

Class BaseScript

scripts/LEVEL15.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116// ========================
117
118class BaseScript {
119public:
120 BaseScript();
121 ~BaseScript();
122 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
123};
124
125class LevelScript_0000 : public BaseScript {
126public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected