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

Class BaseScript

scripts/HalfPipe.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63// ========================
64
65class BaseScript {
66public:
67 BaseScript();
68 ~BaseScript();
69 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
70};
71
72class LevelScript_0000 : public BaseScript {
73public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected