Home
last modified time | relevance | path

Searched refs:proficienciesPage (Results 1 – 11 of 11) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/interface/
H A Dupdaterightsidebar.cpp110 proficienciesPage = 0; in updateRightSidebar()
H A Dupdatecharactersheet.cpp354 if ( proficienciesPage == 0 ) in drawSkillsSheet()
356 proficienciesPage = 1; in drawSkillsSheet()
360 proficienciesPage = 0; in drawSkillsSheet()
1100 if ( proficienciesPage == 0 ) in drawPartySheet()
1102 proficienciesPage = 1; in drawPartySheet()
1106 proficienciesPage = 0; in drawPartySheet()
H A Dclickdescription.cpp137 if ( proficienciesPage == 0 ) in clickDescription()
H A Dmagicgui.cpp220 if ( proficienciesPage == 1 ) in drawSustainedSpells()
H A Dinterface.hpp123 extern int proficienciesPage;
H A Ddrawstatus.cpp1284 if ( proficienciesPage == 0 ) in drawStatus()
1906 if ( (!shootmode || lock_right_sidebar) && proficienciesPage == 1 in drawStatus()
2122 if ( proficienciesPage == 0 ) in drawSpellTooltip()
H A Dconsolecommand.cpp1705 proficienciesPage = 1; in consoleCommand()
H A Dplayerinventory.cpp1204 if ( proficienciesPage == 0 ) in updatePlayerInventory()
H A Dinterface.cpp49 int proficienciesPage = 0; variable
/dports/games/barony/Barony-3.3.7/src/
H A Dgame.cpp4262 proficienciesPage = 1; in main()
4509 if ( proficienciesPage == 1 ) in main()
4522 if ( proficienciesPage == 1 ) in main()
H A Dcollision.cpp193 if ( proficienciesPage == 0 ) in entityClicked()