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

Method bind

library/LuaTools.cpp:1759–1763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1757}
1758
1759void DFHack::Lua::Notification::bind(lua_State *state, void *key)
1760{
1761 this->state = state;
1762 this->key = key;
1763}
1764
1765void DFHack::Lua::Notification::bind(lua_State *state, const char *name)
1766{

Callers 3

mainFunction · 0.45
index_luaMethod · 0.45
open_luaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected