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

Class BaseScript

scripts/level17.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected