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

Class BaseScript

scripts/Polaris.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected