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

Class BaseObjScript

scripts/AIGame.cpp:343–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341static int GetObjectType(int object);
342
343class BaseObjScript {
344public:
345 BaseObjScript();
346 ~BaseObjScript();
347 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
348};
349
350struct tShieldOrbInfo {
351 int hitcount;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected