Skip to content

IntList

Lekuru edited this page Jan 17, 2024 · 5 revisions

From b1788 until today, this format is used:

Size Datatype Description
2 sShort Length
List of sInt Int List

In versions b1719 and below, the length datatype was changed:

Size Datatype Description
4 sInt Length
List of sInt Int List

In version b338 and lower, the datatype was changed back again to a sShort:

Size Datatype Description
2 sShort Length
List of sInt Int List
Clone this wiki locally