Home
last modified time | relevance | path

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

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dgame.cpp9503 const auto veh_here = m.veh_at( u.pos() ).part_with_feature( "BOARDABLE", true ); in get_dangerous_tile() local
9505 const bool veh_here_inside = veh_here && veh_here->is_inside(); in get_dangerous_tile()
9533 if( fe.immune_in_vehicle && veh_here ) { in get_dangerous_tile()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dgame.cpp9503 const auto veh_here = m.veh_at( u.pos() ).part_with_feature( "BOARDABLE", true ); in get_dangerous_tile() local
9505 const bool veh_here_inside = veh_here && veh_here->is_inside(); in get_dangerous_tile()
9533 if( fe.immune_in_vehicle && veh_here ) { in get_dangerous_tile()