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

Method getColumnX

src/Interface/TextList.cpp:200–203  ·  view source on GitHub ↗

* Returns the X position of a specific text column in the list. * @param column Column number. * @return X position in pixels. */

Source from the content-addressed store, hash-verified

198 * @return X position in pixels.
199 */
200int TextList::getColumnX(size_t column) const
201{
202 return getX() + _texts[0][column]->getX();
203}
204
205/**
206 * Returns the Y position of a specific text row in the list.

Callers 1

lstSavesPressMethod · 0.80

Calls 1

getXMethod · 0.45

Tested by

no test coverage detected