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

Class BaseScript

scripts/Merc4.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97// ========================
98
99class BaseScript {
100public:
101 BaseScript();
102 ~BaseScript();
103 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
104};
105
106class LevelScript_0000 : public BaseScript {
107public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected