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

Method get_coord

crawl-ref/source/store.cc:907–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905}
906
907coord_def CrawlStoreValue::get_coord() const
908{
909 GET_CONST_SETUP(SV_COORD);
910 return *((coord_def*)val.ptr);
911}
912
913const item_def& CrawlStoreValue::get_item() const
914{

Callers 15

_update_level_stateFunction · 0.80
_set_blasphemy_radiusFunction · 0.80
get_thunderbolt_last_aimFunction · 0.80
cast_searing_rayFunction · 0.80
handle_searing_rayFunction · 0.80
end_frozen_rampartsFunction · 0.80
l_mons_do_get_propFunction · 0.80
dgn_move_entities_atFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected