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

Method setValue2

src/Interface/Bar.cpp:144–148  ·  view source on GitHub ↗

* Changes the value used to draw the second inner contents. * @param value Current value. */

Source from the content-addressed store, hash-verified

142 * @param value Current value.
143 */
144void Bar::setValue2(double value)
145{
146 _value2 = value;
147 _redraw = true;
148}
149
150/**
151 * Returns the value used to draw the second inner contents.

Callers 3

updateSoldierInfoMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected