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

Method PushBaseGlobals

library/LuaTools.cpp:1016–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1014}
1015
1016void Lua::PushBaseGlobals(lua_State *state)
1017{
1018 lua_rawgetp(state, LUA_REGISTRYINDEX, &DFHACK_BASE_G_TOKEN);
1019}
1020
1021bool DFHack::Lua::PushModule(color_ostream &out, lua_State *state, const char *module)
1022{

Callers

nothing calls this directly

Calls 1

lua_rawgetpFunction · 0.85

Tested by

no test coverage detected