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: |