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