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

Class BaseScript

scripts/level2.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected