_slot_tool

Read / Write
Index

Returns tool number in slot.

loop(_slot_count, exec(
  sn = _slot_get|(.arg1);
  print("Slot ", sn, " has tool ", _slot_tool|sn);
));