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

Class BaseScript

scripts/level4.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74// ========================
75
76class BaseScript {
77public:
78 BaseScript();
79 ~BaseScript();
80 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
81};
82
83class LevelScript_0000 : public BaseScript {
84public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected