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

Method getText

src/Interface/Text.cpp:177–180  ·  view source on GitHub ↗

* Returns the string displayed on screen. * @return Text string. */

Source from the content-addressed store, hash-verified

175 * @return Text string.
176 */
177std::wstring Text::getText() const
178{
179 return _text;
180}
181
182/**
183 * Enables/disables text wordwrapping. When enabled, lines of

Callers 11

edtSoldierChangeMethod · 0.45
edtBaseChangeMethod · 0.45
edtBaseChangeMethod · 0.45
edtCraftChangeMethod · 0.45
txtDisplayWidthChangeMethod · 0.45
saveGameMethod · 0.45
edtNameChangeMethod · 0.45
btnOkClickMethod · 0.45
getCellTextMethod · 0.45
addRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected