Home
last modified time | relevance | path

Searched refs:countSavedGameRecords (Results 1 – 25 of 31) sorted by relevance

12

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwstate/
H A Dstatemanagerimp.cpp251 +MWBase::Environment::get().getJournal()->countSavedGameRecords() in saveGame()
252 +MWBase::Environment::get().getWorld()->countSavedGameRecords() in saveGame()
253 … +MWBase::Environment::get().getScriptManager()->getGlobalScripts().countSavedGameRecords() in saveGame()
254 +MWBase::Environment::get().getDialogueManager()->countSavedGameRecords() in saveGame()
255 +MWBase::Environment::get().getWindowManager()->countSavedGameRecords() in saveGame()
256 +MWBase::Environment::get().getMechanicsManager()->countSavedGameRecords() in saveGame()
257 +MWBase::Environment::get().getInputManager()->countSavedGameRecords(); in saveGame()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwinput/
H A Dinputmanagerimp.cpp183 int InputManager::countSavedGameRecords() const in countSavedGameRecords() function in MWInput::InputManager
185 return mControlSwitch->countSavedGameRecords(); in countSavedGameRecords()
H A Dcontrolswitch.hpp32 int countSavedGameRecords() const;
H A Dcontrolswitch.cpp95 int ControlSwitch::countSavedGameRecords() const in countSavedGameRecords() function in MWInput::ControlSwitch
H A Dinputmanagerimp.hpp89 int countSavedGameRecords() const override;
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Dglobals.hpp51 int countSavedGameRecords() const;
H A Dcells.hpp86 int countSavedGameRecords() const;
H A Dprojectilemanager.hpp68 int countSavedGameRecords() const;
H A Dglobals.cpp72 int Globals::countSavedGameRecords() const in countSavedGameRecords() function in MWWorld::Globals
H A Dcells.cpp386 int MWWorld::Cells::countSavedGameRecords() const in countSavedGameRecords() function in MWWorld::Cells
H A Desmstore.hpp258 int countSavedGameRecords() const;
H A Desmstore.cpp373 int ESMStore::countSavedGameRecords() const in countSavedGameRecords() function in MWWorld::ESMStore
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwbase/
H A Dinputmanager.hpp72 virtual int countSavedGameRecords() const = 0;
H A Djournal.hpp92 virtual int countSavedGameRecords() const = 0;
H A Ddialoguemanager.hpp102 virtual int countSavedGameRecords() const = 0;
H A Dwindowmanager.hpp288 virtual int countSavedGameRecords() const = 0;
H A Dmechanicsmanager.hpp216 virtual int countSavedGameRecords() const = 0;
H A Dworld.hpp118 virtual int countSavedGameRecords() const = 0;
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwscript/
H A Dglobalscripts.hpp72 int countSavedGameRecords() const;
H A Dglobalscripts.cpp213 int GlobalScripts::countSavedGameRecords() const in countSavedGameRecords() function in MWScript::GlobalScripts
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwdialogue/
H A Djournalimp.hpp70 int countSavedGameRecords() const override;
H A Ddialoguemanagerimp.hpp104 int countSavedGameRecords() const override;
H A Djournalimp.cpp172 int Journal::countSavedGameRecords() const in countSavedGameRecords() function in MWDialogue::Journal
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwmechanics/
H A Dmechanicsmanagerimp.hpp171 int countSavedGameRecords() const override;
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Dwindowmanagerimp.hpp329 int countSavedGameRecords() const override;

12