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

Method getVisibleRows

src/Interface/TextList.cpp:237–240  ·  view source on GitHub ↗

* Returns the amount of visible rows stored in the list. * @return Number of rows. */

Source from the content-addressed store, hash-verified

235 * @return Number of rows.
236 */
237size_t TextList::getVisibleRows() const
238{
239 return _visibleRows;
240}
241
242/**
243 * Adds a new row of text to the list, automatically creating

Callers 3

moveSoldierDownMethod · 0.80
drawThumbMethod · 0.80
toggleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected