sources/network/rconsession.h

changeset 31
b5b5a6a96d91
parent 27
089e37c0887e
child 38
80b26bc9707a
child 58
d175243ad169
equal deleted inserted replaced
30:21fba5183768 31:b5b5a6a96d91
104 METHOD tick() -> void; 104 METHOD tick() -> void;
105 METHOD bump_last_ping() -> void; 105 METHOD bump_last_ping() -> void;
106 METHOD send_command (const String& message) -> bool; 106 METHOD send_command (const String& message) -> bool;
107 METHOD state() const -> RCONSessionState; 107 METHOD state() const -> RCONSessionState;
108 METHOD level() const -> const String&; 108 METHOD level() const -> const String&;
109 METHOD is_active() const -> bool;
109 110
110 static METHOD new_session() -> RCONSession*; 111 static METHOD new_session() -> RCONSession*;
111 static METHOD get_session() -> RCONSession*; 112 static METHOD get_session() -> RCONSession*;
112 113
113 private: 114 private:

mercurial