| 526 | } |
| 527 | |
| 528 | static int dfhack_matinfo_decode(lua_State *state) |
| 529 | { |
| 530 | MaterialInfo info; |
| 531 | decode_matinfo(state, &info, true); |
| 532 | Lua::Push(state, info); |
| 533 | return 1; |
| 534 | } |
| 535 | |
| 536 | static int dfhack_matinfo_getToken(lua_State *state) |
| 537 | { |
nothing calls this directly
no test coverage detected