| 2499 | /***** Items module *****/ |
| 2500 | |
| 2501 | static int16_t items_findType(string token) { |
| 2502 | DFHack::ItemTypeInfo result; |
| 2503 | result.find(token); |
| 2504 | return result.type; |
| 2505 | } |
| 2506 | |
| 2507 | static int32_t items_findSubtype(string token) { |
| 2508 | DFHack::ItemTypeInfo result; |