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

Class BaseScript

scripts/orbital.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected