Home
last modified time | relevance | path

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

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DePlayer.cpp1768 static nMessage* se_OldChatMessage( tString const & line ) in se_OldChatMessage() function
1774 static nMessage* se_OldChatMessage( ePlayerNetID const * player, tString const & message ) in se_OldChatMessage() function
1778 return se_OldChatMessage( se_BuildChatString( player, message ) ); in se_OldChatMessage()
1803 tJUST_CONTROLLED_PTR< nMessage > mOld = se_OldChatMessage( fullLine ); in se_SendChatLine()
1817 tJUST_CONTROLLED_PTR< nMessage > mOld = se_OldChatMessage( line ); in se_BroadcastChatLine()
1841 tJUST_CONTROLLED_PTR< nMessage > mOld = se_OldChatMessage( sender, say ); in se_BroadcastChat()
1891 se_OldChatMessage( sender, say )->Send( cid ); in se_SendPrivateMessage()
1940 se_OldChatMessage( sender, say )->Send( clientID ); in se_SendTeamMessage()