I'm making a game with tiles and I need a good word for describing whether or not a character can stand on a certain tile.
There is "walkable", but this describes movement, which is not the case.
Also, this is a boolean property of the tile, the answer is either yes or no. So there is no "safe to stand on" and "fairly dangerous", just "possible" and "impossible".


