Home
last modified time | relevance | path

Searched refs:stairKey (Results 1 – 2 of 2) sorted by relevance

/dports/games/keeperrl/keeperrl-alpha23/
H A Dmodel.cpp219 if (auto stairKey = getStairsBetween(l1, l2)) in calculateStairNavigation() local
220 stairNavigation[getIds(l1, l2)] = *stairKey; in calculateStairNavigation()
H A Dlevel_maker.cpp1369 StartingPos(Predicate pred, StairKey key) : predicate(pred), stairKey(key) {} in StartingPos()
1374 builder->modSquare(pos)->setLandingLink(stairKey); in make()
1379 StairKey stairKey; member in __anonf3cf7e280111::StartingPos
1385 TransferPos(Predicate pred, StairKey key, int w) : predicate(pred), stairKey(key), width(w) {} in TransferPos()
1393 builder->modSquare(pos)->setLandingLink(stairKey); in make()
1401 StairKey stairKey; member in __anonf3cf7e280111::TransferPos