Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 402 Bytes

NET.worlds.core.Hashtable.md

File metadata and controls

14 lines (11 loc) · 402 Bytes

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