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

Class BaseScript

scripts/myPowerHouse.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60// ========================
61
62class BaseScript {
63public:
64 BaseScript();
65 ~BaseScript();
66 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
67};
68
69class LevelScript_0000 : public BaseScript {
70public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected