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

Method getRowY

src/Interface/TextList.cpp:210–213  ·  view source on GitHub ↗

* Returns the Y position of a specific text row in the list. * @param row Row number. * @return Y position in pixels. */

Source from the content-addressed store, hash-verified

208 * @return Y position in pixels.
209 */
210int TextList::getRowY(size_t row) const
211{
212 return getY() + _texts[row][0]->getY();
213}
214
215/**
216 * Returns the amount of text rows stored in the list.

Callers 1

lstSavesPressMethod · 0.80

Calls 1

getYMethod · 0.45

Tested by

no test coverage detected