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

Method getTexts

src/Interface/TextList.cpp:219–222  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

217 * @return Number of rows.
218 */
219size_t TextList::getTexts() const
220{
221 return _texts.size();
222}
223
224/**
225 * Returns the amount of physical rows stored in the list.

Callers 1

setSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected