| 1009 | static int DFHACK_REQUIRE_TOKEN = 0; |
| 1010 | |
| 1011 | void Lua::PushDFHack(lua_State *state) |
| 1012 | { |
| 1013 | lua_rawgetp(state, LUA_REGISTRYINDEX, &DFHACK_DFHACK_TOKEN); |
| 1014 | } |
| 1015 | |
| 1016 | void Lua::PushBaseGlobals(lua_State *state) |
| 1017 | { |
nothing calls this directly
no test coverage detected