| 341 | static int GetObjectType(int object); |
| 342 | |
| 343 | class BaseObjScript { |
| 344 | public: |
| 345 | BaseObjScript(); |
| 346 | ~BaseObjScript(); |
| 347 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 348 | }; |
| 349 | |
| 350 | struct tShieldOrbInfo { |
| 351 | int hitcount; |
nothing calls this directly
no outgoing calls
no test coverage detected