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

Class BaseScript

scripts/level1.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84// ========================
85
86class BaseScript {
87public:
88 BaseScript();
89 ~BaseScript();
90 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
91};
92
93class LevelScript_0000 : public BaseScript {
94public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected