| 2505 | } |
| 2506 | |
| 2507 | static int32_t items_findSubtype(string token) { |
| 2508 | DFHack::ItemTypeInfo result; |
| 2509 | result.find(token); |
| 2510 | return result.subtype; |
| 2511 | } |
| 2512 | |
| 2513 | static const LuaWrapper::FunctionReg dfhack_items_module[] = { |
| 2514 | WRAPN(findType, items_findType), |