Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ installNew
Function
installNew
plugins/rendermax/rendermax.cpp:95–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
current_mode=MODE_DEFAULT;
94
}
95
void installNew(df::renderer* r,RENDERER_MODE newMode)
96
{
97
enabler->renderer=r;
98
current_mode=newMode;
99
}
100
static void lockGrids()
101
{
102
if(current_mode!=MODE_LUA)
Callers
1
rendermax
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected