Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/network/
H A Dnetwork_func.h79 void NetworkServerSendRcon(ClientID client_id, TextColour colour_code, const std::string &string);
H A Dnetwork_server.cpp1948 void NetworkServerSendRcon(ClientID client_id, TextColour colour_code, const std::string &string) in NetworkServerSendRcon() function
/dports/games/openttd/openttd-12.1/src/
H A Dconsole.cpp100 NetworkServerSendRcon(_redirect_console_to_client, colour_code, string); in IConsolePrint()