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

Class BaseScript

scripts/PiccuStation.cpp:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134// ========================
135
136class BaseScript {
137public:
138 BaseScript();
139 ~BaseScript();
140 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
141};
142
143class LevelScript_0000 : public BaseScript {
144public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected