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

Class BaseScript

scripts/BatteriesIncluded.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96// ========================
97
98class BaseScript {
99public:
100 BaseScript();
101 ~BaseScript();
102 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
103};
104
105class LevelScript_0000 : public BaseScript {
106public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected