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

Class BaseScript

scripts/merc5.cpp:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106// ========================
107
108class BaseScript {
109public:
110 BaseScript();
111 ~BaseScript();
112 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
113};
114
115class LevelScript_0000 : public BaseScript {
116public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected