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

Method getHoveredBase

src/Basescape/MiniBaseView.cpp:74–77  ·  view source on GitHub ↗

* Returns the base the mouse cursor is currently over. * @return ID of the base. */

Source from the content-addressed store, hash-verified

72 * @return ID of the base.
73 */
74size_t MiniBaseView::getHoveredBase() const
75{
76 return _hoverBase;
77}
78
79/**
80 * Changes the base that is currently selected on

Callers 2

miniClickMethod · 0.80
miniClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected