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

Class BettyScript

scripts/AIGame.cpp:1224–1234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222};
1223
1224class BettyScript : public BaseObjScript {
1225public:
1226 BettyScript() { memory = NULL; }
1227 int16_t CallEvent(int event, tOSIRISEventInfo *data);
1228
1229protected:
1230 void DoInit(int me);
1231
1232private:
1233 tBettyInfo *memory;
1234};
1235
1236//-----------------
1237// Chaff

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected