MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getDangerous

Method getDangerous

src/Savegame/Tile.cpp:918–921  ·  view source on GitHub ↗

* get the danger flag on this tile. * @return the danger flag for this tile. */

Source from the content-addressed store, hash-verified

916 * @return the danger flag for this tile.
917 */
918bool Tile::getDangerous()
919{
920 return _danger;
921}
922
923}

Callers 6

getPatrolNodeMethod · 0.80
setupAmbushMethod · 0.80
setupEscapeMethod · 0.80
selectPointNearTargetMethod · 0.80
explosiveEfficacyMethod · 0.80
validTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected