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

Class BaseScript

scripts/levelS2.cpp:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193// ========================
194
195class BaseScript {
196public:
197 BaseScript();
198 ~BaseScript();
199 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
200};
201
202class LevelScript_0000 : public BaseScript {
203public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected