Home
last modified time | relevance | path

Searched refs:GetColoredName (Results 1 – 7 of 7) sorted by relevance

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DePlayer.h416 …inline tColoredString const & GetColoredName( void ) const; //!< Gets this player's name, cleared …
417 …inline ePlayerNetID const & GetColoredName( tColoredString & coloredName ) const; //!< Gets this p…
570 tColoredString const & ePlayerNetID::GetColoredName( void ) const in GetColoredName() function
586 ePlayerNetID const & ePlayerNetID::GetColoredName( tColoredString & coloredName ) const in GetColoredName() function
H A DeTeam.cpp41 return s << team->GetColoredName(); in operator <<()
48 return s << team->GetColoredName(); in operator <<()
381 sn_ConsoleOut( tOutput( "$invite_team_can_join", player->GetColoredName(), Name() ) ); in Invite()
385 sn_ConsoleOut( tOutput( "$invite_team_invite", player->GetColoredName(), Name() ) ); in Invite()
396 sn_ConsoleOut( tOutput( "$invite_team_kick", player->GetColoredName(), Name() ) ); in UnInvite()
401 sn_ConsoleOut( tOutput( "$invite_team_uninvite", player->GetColoredName(), Name() ) ); in UnInvite()
453 message.SetTemplateParameter(1, GetColoredName()); in AddScore()
1579 tColoredString eTeam::GetColoredName(void) const in GetColoredName() function in eTeam
H A DeTeam.h175 tColoredString GetColoredName(void) const;
H A DeChat.cpp326 …sn_ConsoleOut( tOutput("$access_level_chat_request", player_->GetColoredName(), player_->GetLogNam… in Check()
560 …message << tOutput( "$team_shuffle", player->GetColoredName() + "0xRESETT", fromPosition, toPositi… in ShuffleMessage()
H A DePlayer.cpp85 return s << p.GetColoredName(); in operator <<()
89 return s << p.GetColoredName(); in operator <<()
949 this->title.SetTemplateParameter(1, p->GetColoredName() ); in eMenuItemSilence()
2888 tos << team->GetColoredName(); in se_ListTeam()
2981 tos << p2->GetColoredName() in se_ListPlayers()
7368 sn_ConsoleOut( tOutput( "$player_admin_kill", p->GetColoredName() ) ); in Kill_conf()
7456 sn_ConsoleOut( tOutput( "$player_silenced", p->GetColoredName() ) ); in Silence_conf()
7474 sn_ConsoleOut( tOutput( "$player_voiced", p->GetColoredName() ) ); in Voice_conf()
7791 sn_ConsoleOut( tOutput("$player_allowed_rename", p->GetColoredName() ) ); in AllowRename()
8317 sn_ConsoleOut( tOutput( "$player_no_longer_suspended", GetColoredName() ) ); in Suspend()
[all …]
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgWinZone.cpp920 … sn_ConsoleOut( tOutput( "$zone_collapse_harmless", team->GetColoredName() ) ); in Timestep()
1000 playerName = closest->GetColoredName(); in OnVanish()
1067 win.SetTemplateParameter( 3, team->GetColoredName() ); in OnConquest()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/
H A DChangeLog2402 …r in "--> Teammates"; allow <<'ing and eTeam into a colorstring; also added eTeam::GetColoredName()
2482 SILENCE and VOICE use GetColoredName() instead of GetName() and don't spam.