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

Class BaseObjScript

scripts/AIGame3.cpp:603–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601 {ID_ALIENBOSS, "AlienBoss"}, {ID_SECURITYCAMERA, "SecurityCamera"}, {ID_CROWDCONTROL, "CrowdControl"}};
602
603class BaseObjScript {
604public:
605 BaseObjScript();
606 ~BaseObjScript();
607 virtual int16_t CallEvent(int event, tOSIRISEventInfo *data);
608};
609
610// Priority Constants
611#define LOW_PRIORITY 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected