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

Method test_lua_validate

crawl-ref/source/mapdef.cc:2708–2711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2706}
2707
2708bool map_def::test_lua_validate(bool croak)
2709{
2710 return validate.empty() || test_lua_boolchunk(validate, false, croak);
2711}
2712
2713bool map_def::test_lua_veto()
2714{

Callers 1

_resolve_map_luaFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected