Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
907
coord_def CrawlStoreValue::get_coord() const
908
{
909
GET_CONST_SETUP(SV_COORD);
910
return *((coord_def*)val.ptr);
911
}
912
913
const item_def& CrawlStoreValue::get_item() const
914
{
Callers
15
_update_level_state
Function · 0.80
_set_blasphemy_radius
Function · 0.80
yred_fathomless_shackles_effect
Function · 0.80
clear_abyssal_rune_knowledge
Function · 0.80
_update_abyssal_map_knowledge
Function · 0.80
get_thunderbolt_last_aim
Function · 0.80
_set_thunderbolt_last_aim
Function · 0.80
cast_searing_ray
Function · 0.80
handle_searing_ray
Function · 0.80
end_frozen_ramparts
Function · 0.80
l_mons_do_get_prop
Function · 0.80
dgn_move_entities_at
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected