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

Class BaseScript

scripts/level3.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected