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

Class BaseScript

scripts/level13.cpp:168–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166// ========================
167
168class BaseScript {
169public:
170 BaseScript();
171 ~BaseScript();
172 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
173};
174
175class LevelScript_0000 : public BaseScript {
176public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected