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

Method isMinimized

src/Geoscape/DogfightState.cpp:1624–1627  ·  view source on GitHub ↗

* Returns true if state is minimized. Otherwise returns false. * @return Is the dogfight minimized? */

Source from the content-addressed store, hash-verified

1622 * @return Is the dogfight minimized?
1623 */
1624bool DogfightState::isMinimized() const
1625{
1626 return _minimized;
1627}
1628
1629/**
1630 * Sets the state to minimized/maximized status.

Callers 2

handleDogfightsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected