MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / GetBool

Method GetBool

Source/ThirdParty/imgui/imgui.cpp:1899–1902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1897}
1898
1899bool ImGuiStorage::GetBool(ImGuiID key, bool default_val) const
1900{
1901 return GetInt(key, default_val ? 1 : 0) != 0;
1902}
1903
1904float ImGuiStorage::GetFloat(ImGuiID key, float default_val) const
1905{

Callers 1

InitInstanceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected