MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / NetworkClientSendRcon

Function NetworkClientSendRcon

src/network/network_client.cpp:1205–1208  ·  view source on GitHub ↗

* Send a remote console command. * @param password The password. * @param command The command to execute. */

Source from the content-addressed store, hash-verified

1203 * @param command The command to execute.
1204 */
1205void NetworkClientSendRcon(std::string_view password, std::string_view command)
1206{
1207 MyClient::SendRCon(password, command);
1208}
1209
1210/**
1211 * Notify the server of this client wanting to be moved to another company.

Callers 1

ConRconFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected