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

Method width

crawl-ref/source/mapdef.cc:1039–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037}
1038
1039int map_lines::width() const
1040{
1041 return map_width;
1042}
1043
1044int map_lines::height() const
1045{

Callers 15

merge_subvaultMethod · 0.45
has_exitMethod · 0.45
validate_map_defMethod · 0.45
dock_posMethod · 0.45
can_dockMethod · 0.45
float_random_placeMethod · 0.45
anchor_pointsMethod · 0.45
hmirrorMethod · 0.45
rotateMethod · 0.45
apply_subvaultMethod · 0.45
subvault_widthMethod · 0.45
do_layoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected