MCPcopy Create free account
hub / github.com/Norbyte/bg3se / DoubleText

Method DoubleText

BG3Extender/Extender/Shared/tinyxml2.cpp:1865–1870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1863}
1864
1865double XMLElement::DoubleText(double defaultValue) const
1866{
1867 double d = defaultValue;
1868 QueryDoubleText(&d);
1869 return d;
1870}
1871
1872float XMLElement::FloatText(float defaultValue) const
1873{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected