| 1014 | } |
| 1015 | |
| 1016 | void Lua::PushBaseGlobals(lua_State *state) |
| 1017 | { |
| 1018 | lua_rawgetp(state, LUA_REGISTRYINDEX, &DFHACK_BASE_G_TOKEN); |
| 1019 | } |
| 1020 | |
| 1021 | bool DFHack::Lua::PushModule(color_ostream &out, lua_State *state, const char *module) |
| 1022 | { |
nothing calls this directly
no test coverage detected