MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / IsLeftPanelOpen

Function IsLeftPanelOpen

Source/control.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 return RightPanel;
101}
102bool IsLeftPanelOpen()
103{
104 return chrflag || QuestLogIsOpen || IsStashOpen;
105}
106bool IsRightPanelOpen()
107{
108 return invflag || sbookflag;

Callers 15

SearchAutomapItemFunction · 0.85
DrawAutomapPlrFunction · 0.85
DrawAutomapFunction · 0.85
ClosePanelsFunction · 0.85
InventoryKeyPressedFunction · 0.85
SpellBookKeyPressedFunction · 0.85
PressEscKeyFunction · 0.85
DrawDurIconFunction · 0.85
CheckCursMoveFunction · 0.85
CheckPlrSpellFunction · 0.85
DrawPlrMsgFunction · 0.85
DrawUniqueInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected