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

Class BaseScript

scripts/Merc3.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173// ========================
174
175class BaseScript {
176public:
177 BaseScript();
178 ~BaseScript();
179 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
180};
181
182class LevelScript_0000 : public BaseScript {
183public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected