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

Class BaseScript

scripts/Merc6.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108// ========================
109
110class BaseScript {
111public:
112 BaseScript();
113 ~BaseScript();
114 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
115};
116
117class LevelScript_0000 : public BaseScript {
118public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected