Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ get_options
Method
get_options
plugins/manipulator.cpp:482–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
480
opt_list.push_back(std::make_tuple(spec, help, callback));
481
}
482
T_optlist *get_options() { return &opt_list; }
483
void clear_options()
484
{
485
opt_list.clear();
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected