MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / GetBool

Method GetBool

3rdparty/imgui/src/imgui.cpp:2950–2953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2948}
2949
2950bool ImGuiStorage::GetBool(ImGuiID key, bool default_val) const
2951{
2952 return GetInt(key, default_val ? 1 : 0) != 0;
2953}
2954
2955float ImGuiStorage::GetFloat(ImGuiID key, float default_val) const
2956{

Callers 9

SchemaMethod · 0.80
AssignIfExistMethod · 0.80
GetMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
loadMethod · 0.80

Calls 1

GetIntFunction · 0.85

Tested by

no test coverage detected