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

Class BaseScript

scripts/Level9.cpp:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104// ========================
105
106class BaseScript {
107public:
108 BaseScript();
109 ~BaseScript();
110 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
111};
112
113class LevelScript_0000 : public BaseScript {
114public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected