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

Class BaseScript

scripts/level7.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125// ========================
126
127class BaseScript {
128public:
129 BaseScript();
130 ~BaseScript();
131 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
132};
133
134class LevelScript_0000 : public BaseScript {
135public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected