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

Method setNumerical

src/Interface/TextEdit.cpp:218–221  ·  view source on GitHub ↗

* Restricts the text to only numerical input. * @param numerical Numerical restriction. */

Source from the content-addressed store, hash-verified

216 * @param numerical Numerical restriction.
217 */
218void TextEdit::setNumerical(bool numerical)
219{
220 _numerical = numerical;
221}
222
223/**
224 * Changes the color used to render the text. Unlike regular graphics,

Callers 1

OptionsVideoStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected