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

Class BaseScript

scripts/Inversion.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80// ========================
81
82class BaseScript {
83public:
84 BaseScript();
85 ~BaseScript();
86 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
87};
88
89class LevelScript_0000 : public BaseScript {
90public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected