MCPcopy Create free account
hub / github.com/DFHack/dfhack / dfhack_matinfo_decode

Function dfhack_matinfo_decode

library/LuaApi.cpp:528–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528static 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
536static int dfhack_matinfo_getToken(lua_State *state)
537{

Callers

nothing calls this directly

Calls 2

decode_matinfoFunction · 0.85
PushFunction · 0.85

Tested by

no test coverage detected