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

Class BaseScript

scripts/Mysterious_Isle.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70// ========================
71
72class BaseScript {
73public:
74 BaseScript();
75 ~BaseScript();
76 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
77};
78
79class LevelScript_0000 : public BaseScript {
80public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected