MCPcopy Create free account
hub / github.com/crawl/crawl / has_layout

Function has_layout

crawl-ref/source/ui.cc:3324–3327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3322}
3323
3324bool has_layout()
3325{
3326 return ui_root.num_children() > 0;
3327}
3328
3329NORETURN void restart_layout()
3330{

Callers 7

msgwin_get_lineFunction · 0.85
errorFunction · 0.85
yesnoFunction · 0.85
showMethod · 0.85
redraw_screenFunction · 0.85
pop_layoutFunction · 0.85
_item_swap_promptFunction · 0.85

Calls 1

num_childrenMethod · 0.45

Tested by

no test coverage detected