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

Method getGridY

src/Basescape/BaseView.cpp:155–158  ·  view source on GitHub ↗

* Returns the Y position of the grid square * the mouse is currently over. * @return Y position on the grid. */

Source from the content-addressed store, hash-verified

153 * @return Y position on the grid.
154 */
155int BaseView::getGridY() const
156{
157 return _gridY;
158}
159
160/**
161 * If enabled, the base view will respond to player input,

Callers 3

viewClickMethod · 0.80
viewClickMethod · 0.80
viewClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected