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

Method clone

crawl-ref/source/mapmark.cc:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142map_marker *map_feature_marker::clone() const
143{
144 return new map_feature_marker(pos, feat);
145}
146
147map_marker *map_feature_marker::read(reader &inf, map_marker_type)
148{

Callers 4

merge_subvaultMethod · 0.45
init_fromMethod · 0.45
los_defMethod · 0.45
set_opacityMethod · 0.45

Calls 1

check_register_tableMethod · 0.80

Tested by

no test coverage detected