Home
last modified time | relevance | path

Searched refs:getNumReplayFile (Results 1 – 2 of 2) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Dghost_replay_selection.cpp72 if (ReplayPlay::get()->getNumReplayFile() == 0 || forced_update) in refresh()
196 if (ReplayPlay::get()->getNumReplayFile() == 0) in loadList()
210 for (unsigned int i = 0; i < ReplayPlay::get()->getNumReplayFile() ; i++) in loadList()
303 for (unsigned int i = 0; i < ReplayPlay::get()->getNumReplayFile() ; i++) in loadList()
441 if (selected_index >= (signed)ReplayPlay::get()->getNumReplayFile() || in eventCallback()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/replay/
H A Dreplay_play.hpp167 const unsigned int getNumReplayFile() const in getNumReplayFile() function in ReplayPlay