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

Method test_lua_veto

crawl-ref/source/mapdef.cc:2713–2716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2711}
2712
2713bool map_def::test_lua_veto()
2714{
2715 return !veto.empty() && test_lua_boolchunk(veto, true);
2716}
2717
2718bool map_def::run_lua_epilogue(bool die_on_lua_error)
2719{

Callers 2

_write_vaultFunction · 0.80
resolve_subvaultFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected