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

Method subvault_width

crawl-ref/source/mapdef.cc:3624–3630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3622}
3623
3624int map_def::subvault_width() const
3625{
3626 if (!svmask)
3627 return 0;
3628
3629 return svmask->width();
3630}
3631
3632int map_def::subvault_height() const
3633{

Callers 2

resolve_subvaultFunction · 0.80
dgn_subvault_sizeFunction · 0.80

Calls 1

widthMethod · 0.45

Tested by

no test coverage detected