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

Class BaseObjScript

scripts/testscript.cpp:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54tScriptInfo ScriptInfo[MAX_IDS] = {{ID_SHIELD_ORB, "Shield"}, {ID_ENERGY_ORB, "Energy"}};
55
56class BaseObjScript {
57public:
58 BaseObjScript();
59 ~BaseObjScript();
60 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
61
62protected:
63 bool called;
64};
65
66struct tShieldOrbInfo {
67 int hitcount;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected