mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 17:00:52 +01:00
Updated Extensions (markdown)
This commit is contained in:
parent
367bce3bf9
commit
be180333b7
@ -166,7 +166,8 @@ protected void initExtension() {
|
|||||||
```
|
```
|
||||||
|
|
||||||
### ChatConsole
|
### ChatConsole
|
||||||
_ChatConsole_ is a new G-Earth feature that allows us to use the in-game chat in order to communicate with the extension, it can read your input and write messages, you can also set a welcome message, we'll add it to our example.
|
_ChatConsole_ is a new G-Earth feature that allows us to use the in-game chat in order to easily communicate with the extension, it can read your input and write messages, you can also set a welcome message, we'll add it to our example.
|
||||||
|
(side note: the implementation of ChatConsole hides the whole thing from the Habbo servers, so all interaction stays local)
|
||||||
|
|
||||||
```java
|
```java
|
||||||
private HashSupport mHashSupport;
|
private HashSupport mHashSupport;
|
||||||
|
Loading…
Reference in New Issue
Block a user