1 void GetToolTypeAndSubtype(tag_t toolTag) 2 { 3 int type = 0; 4 int subtype = 0; 5 UF_CUTTER_ask_type_and_subtype(toolTag, &type, &subtype); 6 }