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

Class BaseObjScript

scripts/aigame4.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124#define CREATE_TIMER_ID(id) ((aigame_mod_id << 16) | (id))
125
126class BaseObjScript {
127public:
128 BaseObjScript();
129 ~BaseObjScript();
130 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
131};
132
133struct tShieldOrbInfo {
134 int hitcount;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected