Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ ToggleCharPanel
Function
ToggleCharPanel
Source/control.cpp:741–747 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
739
}
740
741
void ToggleCharPanel()
742
{
743
if (chrflag)
744
CloseCharPanel();
745
else
746
OpenCharPanel();
747
}
748
749
void AddPanelString(string_view str)
750
{
Callers
3
CharacterSheetKeyPressed
Function · 0.85
CheckBtnUp
Function · 0.85
ProcessGameAction
Function · 0.85
Calls
2
CloseCharPanel
Function · 0.85
OpenCharPanel
Function · 0.85
Tested by
no test coverage detected