| 283 | } |
| 284 | |
| 285 | int GetObjectID(int object) { |
| 286 | msafe_struct ms; |
| 287 | ms.objhandle = object; |
| 288 | MSafe_GetValue(MSAFE_OBJECT_ID, &ms); |
| 289 | |
| 290 | return ms.id; |
| 291 | } |
| 292 | |
| 293 | int16_t FragCrate::CallEvent(int event, tOSIRISEventInfo *data) { |
| 294 | switch (event) { |
no outgoing calls
no test coverage detected