Home
last modified time | relevance | path

Searched defs:getActivePlayer (Results 1 – 6 of 6) sorted by path

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/common/
H A Dserver_game.h175 int getActivePlayer() const in getActivePlayer() function
/dports/games/gigalomania/gigalomaniasrc/
H A Dsector.cpp2412 int Sector::getActivePlayer() const { in getActivePlayer() function in Sector
/dports/games/maxr/maxr-0.2.9/src/game/logic/
H A Dclient.h195 const cPlayer& getActivePlayer() const { return *ActivePlayer; } in getActivePlayer() function
196 cPlayer& getActivePlayer() { return *ActivePlayer; } in getActivePlayer() function
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/control/
H A Dgameguicontroller.cpp1612 std::shared_ptr<const cPlayer> cGameGuiController::getActivePlayer() const in getActivePlayer() function in cGameGuiController
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/game/
H A Dplayer.cpp1134 int Party::getActivePlayer() const { in getActivePlayer() function in Ultima::Ultima4::Party
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Dstate_manager.cpp72 StateManager::ActivePlayer* StateManager::getActivePlayer(const int id) in getActivePlayer() function in StateManager