Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-11-08 12:58:05 +0000
committerStijn Buys <ingar@osirion.org>2008-11-08 12:58:05 +0000
commitdbb28ef3422bf2442e15d75fd52180cfb9b40102 (patch)
tree16b9f8bb8b5bfa64f9676e4eed134dbe15299c90 /src/core/gameconnection.h
parente3512a1b55e97b2eba62847e6e28065eec24c92f (diff)
adds rcon, rconpassword and sv_password
Diffstat (limited to 'src/core/gameconnection.h')
-rw-r--r--src/core/gameconnection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/gameconnection.h b/src/core/gameconnection.h
index 70e3015..e1a7008 100644
--- a/src/core/gameconnection.h
+++ b/src/core/gameconnection.h
@@ -42,6 +42,9 @@ public:
/// forward a command line to the remote server
void forward(std::string const &cmdline);
+ /// forward a remote console command
+ void rcon(std::string const &cmdline);
+
/// localplayer sends a chat message to the public channel
void say(std::string const &args);