| 1856 | } |
| 1857 | |
| 1858 | int Battle::getLosBlockID(int x, int y, int z) const |
| 1859 | { |
| 1860 | return tileToLosBlock.at(z * size.x * size.y + y * size.x + x); |
| 1861 | } |
| 1862 | |
| 1863 | bool Battle::getVisible(StateRef<Organisation> org, int x, int y, int z) const |
| 1864 | { |
no outgoing calls
no test coverage detected