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

Class BaseScript

scripts/level10.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143// ========================
144
145class BaseScript {
146public:
147 BaseScript();
148 ~BaseScript();
149 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
150};
151
152class LevelScript_0000 : public BaseScript {
153public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected