| 187 | } |
| 188 | |
| 189 | float low_cover_in_direction(u32 level_vertex_id, const Fvector& direction) |
| 190 | { |
| 191 | float y, p; |
| 192 | direction.getHP(y, p); |
| 193 | return (ai().level_graph().low_cover_in_direction(y, level_vertex_id)); |
| 194 | } |
| 195 | |
| 196 | float cover_in_direction(u32 level_vertex_id, const Fvector& direction) |
| 197 | { |
no test coverage detected