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

Class BaseScript

scripts/RudeAwakening.cpp:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected