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

Class BaseScript

scripts/level5.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92// ========================
93
94class BaseScript {
95public:
96 BaseScript();
97 ~BaseScript();
98 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
99};
100
101class LevelScript_0000 : public BaseScript {
102public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected