function cameraco_gotHit() /* entry=96 class_id=0x01B6 slot=0x06 */
{
  set_info(0x020C, *(arg_06));
  process_exclude();
  if (Item.isEntirelyOnScreen(arg_06)) {
    return;
  }
  else if (!(Item.getStatus(arg_06) & 0x1000)) {
    return;
  }
  else {
    FREE.slot_34(arg_0C, arg_0A);
    if (retval && (Item.getFrame(arg_06) == 5)) {
      FREE.slot_3C(0x021B, *(arg_06));
      spawn TRIGGER.slot_20(pid, 1, *(arg_06), arg_06);
      suspend;
      spawn ITEM.slot_2A(pid, 0, 0, arg_06);
      suspend;
    }
  }
  return;
}
