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

Method Int64Text

BG3Extender/Extender/Shared/tinyxml2.cpp:1844–1849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1842}
1843
1844int64_t XMLElement::Int64Text(int64_t defaultValue) const
1845{
1846 int64_t i = defaultValue;
1847 QueryInt64Text(&i);
1848 return i;
1849}
1850
1851uint64_t XMLElement::Unsigned64Text(uint64_t defaultValue) const
1852{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected