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

Class BaseScript

scripts/level8.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121// ========================
122
123class BaseScript {
124public:
125 BaseScript();
126 ~BaseScript();
127 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
128};
129
130class LevelScript_0000 : public BaseScript {
131public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected