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

Class BaseScript

scripts/LEVEL0.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected