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

Method FloatText

BG3Extender/Extender/Shared/tinyxml2.cpp:1872–1877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1870}
1871
1872float XMLElement::FloatText(float defaultValue) const
1873{
1874 float f = defaultValue;
1875 QueryFloatText(&f);
1876 return f;
1877}
1878
1879
1880XMLAttribute* XMLElement::FindOrCreateAttribute( const char* name )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected