blob: e8414b88d759edf1a359275da91aa14d6d96fa27 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
An object used in a lot of places to store key-value associates.
| Type | Name/Description |
| --- | --- |
| Version for Hashtable | Always 0 as of WorldsPlayer 1920 |
| Integer | Number of entries |
Followed by the below for each entry:
| Type | Name/Description |
| --- | --- |
| Boolean | Indicator: True = Key is a String, False = Key is an Object |
| String or Object | Key |
| Object | Value |
|