diff options
| author | Sgeo <[email protected]> | 2017-06-14 22:16:59 -0400 |
|---|---|---|
| committer | Sgeo <[email protected]> | 2017-06-14 22:16:59 -0400 |
| commit | 0859a196d1d6621daa676ed5b77a2aee2cf8e698 (patch) | |
| tree | 14fa023df3e76a7b43a3eb8cd25fefc391d52f26 /NET.worlds.core.Hashtable.md | |
| parent | Updated Persister (.world etc.) format (markdown) (diff) | |
| download | libreworlds-wiki-0859a196d1d6621daa676ed5b77a2aee2cf8e698.tar.xz libreworlds-wiki-0859a196d1d6621daa676ed5b77a2aee2cf8e698.zip | |
Created NET.worlds.core.Hashtable (markdown)
Diffstat (limited to 'NET.worlds.core.Hashtable.md')
| -rw-r--r-- | NET.worlds.core.Hashtable.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/NET.worlds.core.Hashtable.md b/NET.worlds.core.Hashtable.md new file mode 100644 index 0000000..e8414b8 --- /dev/null +++ b/NET.worlds.core.Hashtable.md @@ -0,0 +1,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 |
\ No newline at end of file |