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

Method getY

src/Geoscape/Polygon.cpp:140–143  ·  view source on GitHub ↗

* Returns the Y coordinate of a given point. * @param i Point number (0-max). * @return Point's Y coordinate. */

Source from the content-addressed store, hash-verified

138 * @return Point's Y coordinate.
139 */
140Sint16 Polygon::getY(int i) const
141{
142 return _y[i];
143}
144
145/**
146 * Changes the Y coordinate of a given point.

Callers 15

generateMapMethod · 0.45
getMessageYMethod · 0.45
drawRoutine0Method · 0.45
drawRoutine1Method · 0.45
stopScrollingMethod · 0.45
DebriefingStateMethod · 0.45
prepareDebriefingMethod · 0.45
BattlescapeStateMethod · 0.45
handleItemClickMethod · 0.45
resizeMethod · 0.45
stopScrollingMethod · 0.45
drawGridMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected