MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getValueFloat

Method getValueFloat

framework/serialization/serialize.cpp:353–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351void XMLSerializationNode::setValueInt64(long long i) { node.text().set(i); }
352
353float XMLSerializationNode::getValueFloat() { return node.text().as_float(); }
354
355void XMLSerializationNode::setValueFloat(float f) { node.text().set(f); }
356

Callers 1

serializeInFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected