Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3624
int map_def::subvault_width() const
3625
{
3626
if (!svmask)
3627
return 0;
3628
3629
return svmask->width();
3630
}
3631
3632
int map_def::subvault_height() const
3633
{
Callers
2
resolve_subvault
Function · 0.80
dgn_subvault_size
Function · 0.80
Calls
1
width
Method · 0.45
Tested by
no test coverage detected