Home
last modified time | relevance | path

Searched refs:UpdatePlayers (Results 1 – 8 of 8) sorted by relevance

/dports/games/battletanks/btanks-0.9.8083/engine/net/
H A Dmessage.h52 UpdatePlayers, enumerator
70 …eturn type == Ping || type == Pong || type == Pang || type == PlayerState || type == UpdatePlayers; in realtime()
H A Dclient.cpp97 case Message::UpdatePlayers: in tick()
H A Dmessage.cpp61 case UpdatePlayers: return "UpdatePlayers"; in getType()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_playr.h275 void UpdatePlayers ( void );
H A Drt_main.c1880 UpdatePlayers(); in PlayLoop()
H A Drt_game.c4246 UpdatePlayers(); in Died()
H A Drt_playr.c4196 void UpdatePlayers ( void ) in UpdatePlayers() function
/dports/games/battletanks/btanks-0.9.8083/engine/src/
H A Dplayer_manager.cpp109 …!Map->loaded() && (message.type == Message::UpdateWorld || message.type == Message::UpdatePlayers)) in on_message()
383 case Message::UpdatePlayers: { in on_message()
962 Message m(Message::UpdatePlayers); in update_players()