Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dgame-server.cpp784 GameServer::remove_from_player_list(std::list<GameParameters::Player> &list, guint32 id) in remove_from_player_list() function in GameServer
809 bool found = remove_from_player_list (part->players, player->getId()); in stand()
1013 remove_from_player_list (players_seated_locally, new_p->getId()); in stand_up()
1024 remove_from_player_list (players_seated_locally, player->getId()); in stand_up()
1183 remove_from_player_list (players_seated_locally, i); in syncLocalPlayers()
H A Dgame-server.h137 bool remove_from_player_list(std::list<GameParameters::Player> &list, guint32 id);