MCPcopy Create free account
hub / github.com/NetHack/NetHack / handler_symset

Function handler_symset

src/options.c:6320–6328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6318}
6319
6320staticfn int
6321handler_symset(int optidx)
6322{
6323 int reslt;
6324
6325 reslt = do_symset(optidx == opt_roguesymset); /* symbols.c */
6326 go.opt_need_redraw = TRUE;
6327 return reslt;
6328}
6329
6330staticfn int
6331handler_autopickup_exception(void)

Callers 2

optfn_roguesymsetFunction · 0.85
optfn_symsetFunction · 0.85

Calls 1

do_symsetFunction · 0.85

Tested by

no test coverage detected