Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1759
void DFHack::Lua::Notification::bind(lua_State *state, void *key)
1760
{
1761
this->state = state;
1762
this->key = key;
1763
}
1764
1765
void DFHack::Lua::Notification::bind(lua_State *state, const char *name)
1766
{
Callers
3
main
Function · 0.45
index_lua
Method · 0.45
open_lua
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected