MCPcopy 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
741void ToggleCharPanel()
742{
743 if (chrflag)
744 CloseCharPanel();
745 else
746 OpenCharPanel();
747}
748
749void AddPanelString(string_view str)
750{

Callers 3

CharacterSheetKeyPressedFunction · 0.85
CheckBtnUpFunction · 0.85
ProcessGameActionFunction · 0.85

Calls 2

CloseCharPanelFunction · 0.85
OpenCharPanelFunction · 0.85

Tested by

no test coverage detected