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

Method PushDFHack

library/LuaTools.cpp:1011–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009static int DFHACK_REQUIRE_TOKEN = 0;
1010
1011void Lua::PushDFHack(lua_State *state)
1012{
1013 lua_rawgetp(state, LUA_REGISTRYINDEX, &DFHACK_DFHACK_TOKEN);
1014}
1015
1016void Lua::PushBaseGlobals(lua_State *state)
1017{

Callers

nothing calls this directly

Calls 1

lua_rawgetpFunction · 0.85

Tested by

no test coverage detected