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

Class BaseScript

scripts/level11.cpp:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208// ========================
209
210class BaseScript {
211public:
212 BaseScript();
213 ~BaseScript();
214 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
215};
216
217class LevelScript_0000 : public BaseScript {
218public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected