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

Class BaseScript

scripts/Merc02.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected