Home
last modified time | relevance | path

Searched refs:GetPlayerControl (Results 1 – 11 of 11) sorted by relevance

/dports/audio/musicpd/mpd-0.23.6/src/command/
H A DPlayerCommands.cxx98 auto &pc = client.GetPlayerControl(); in handle_pause()
283 client.GetPlayerControl().LockClearError(); in handle_clearerror()
322 client.GetPlayerControl().SetCrossFade(duration); in handle_crossfade()
330 client.GetPlayerControl().SetMixRampDb(db); in handle_mixrampdb()
338 client.GetPlayerControl().SetMixRampDelay(delay_secs); in handle_mixrampdelay()
H A DPlaylistCommands.cxx99 client.GetPlayerControl(), loader); in handle_load()
H A DQueueCommands.cxx204 client.GetPlaylist().SetSongIdRange(client.GetPlayerControl(), in handle_rangeid()
/dports/games/spacezero/spacezero/include/
H A Dplayers.h120 int GetPlayerControl(int player);
/dports/audio/musicpd/mpd-0.23.6/src/client/
H A DClient.cxx99 Client::GetPlayerControl() const noexcept in GetPlayerControl() function in Client
H A DClient.hxx267 PlayerControl &GetPlayerControl() const noexcept;
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/system/
H A Dplayers.h174 static int GetPlayerControl( int color );
H A Dplayers.cpp408 int Players::GetPlayerControl( int color ) in GetPlayerControl() function in Players
/dports/games/spacezero/spacezero/src/
H A Dplayers.c201 int GetPlayerControl(int player){ in GetPlayerControl() function
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/kingdom/
H A Dkingdom.cpp102 return Players::GetPlayerControl( color ); in GetControl()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/army/
H A Darmy.cpp1174 …mmander->GetControl() : ( color == Color::NONE ? CONTROL_AI : Players::GetPlayerControl( color ) ); in GetControl()