Home
last modified time | relevance | path

Searched refs:in_vault (Results 1 – 8 of 8) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddbg-objstat.cc87 bool in_vault; member in objstat_item
510 in_vault = map_masked(item.holding_monster()->pos(), MMT_VAULT); in objstat_item()
519 in_vault = true; in objstat_item()
525 in_vault = map_masked(item.pos, MMT_VAULT); in objstat_item()
714 if (item.in_vault) in _record_item_brand()
763 if (item.in_vault) in _record_book_spells()
803 if (objs_item.in_vault) in objstat_record_item()
927 void objstat_record_feature(dungeon_feature_type feat, bool in_vault) in objstat_record_feature() argument
935 if (in_vault) in objstat_record_feature()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/test/
H A Dshoal-hut.lua48 return not dgn.in_vault(p.x, p.y)
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/layout/
H A Dhyper_usage.lua153 local mask = dgn.in_vault(x,y)
H A Dzonify.lua211 vault = dgn.in_vault(x,y),
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/builder/
H A Dlayout_geoelf_castle.des1083 if dgn.in_vault(x, y) then
1126 if dgn.in_vault(x, y) then
1143 if dgn.in_vault(x, y) then
H A Dlayout_delve.des305 if dgn.in_vault(x, y) then
H A Dlayout.des782 while (dgn.in_vault(x, y) and sanity < 10) do
1055 if dgn.in_vault(point.x, point.y) then
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/
H A Dziggurat.lua722 return not dgn.in_vault(p.x, p.y)