Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2950
bool ImGuiStorage::GetBool(ImGuiID key, bool default_val) const
2951
{
2952
return GetInt(key, default_val ? 1 : 0) != 0;
2953
}
2954
2955
float ImGuiStorage::GetFloat(ImGuiID key, float default_val) const
2956
{
Callers
9
Schema
Method · 0.80
AssignIfExist
Method · 0.80
Get
Method · 0.80
fromJson
Method · 0.80
fromJson
Method · 0.80
fromJson
Method · 0.80
fromJson
Method · 0.80
fromJson
Method · 0.80
load
Method · 0.80
Calls
1
GetInt
Function · 0.85
Tested by
no test coverage detected