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

Class BaseScript

scripts/Level16.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected