Differences
This shows you the differences between two versions of the page.
api:admin_pack_version_object [2019/06/08 05:49] 127.0.0.1 external edit |
api:admin_pack_version_object [2020/11/06 12:33] (current) ryantheallmighty [Returned Data (Represented by $object)] |
||
---|---|---|---|
Line 3: | Line 3: | ||
====== Returned Data (Represented by $object) ====== | ====== Returned Data (Represented by $object) ====== | ||
- | ^ Name ^ Type ^ Description | + | |
- | | $object->name| string | The name of the version (only for development versions) | | + | ^Name^Type^Description| |
- | | $object->version | string | The Version | | + | |$object→name|string|The name of the version (only for development versions)| |
- | | $object->minecraftVersion | string | The Minecraft Version | | + | |$object→version|string|The Version| |
- | | $object->recommended | boolean | If this version is recommended or not | | + | |$object→minecraftVersion|string|The Minecraft Version| |
- | | $object->published | int | The unixtime this version was published (only for published versions) | | + | |$object→recommended|boolean|If this version is recommended or not| |
- | | $object->lastEdited | int | The unixtime this version was last edited (only for development versions) | | + | |$object→development|boolean|If this version is a development version or not| |
- | | $object->changelog | string | The changelog for this version | | + | |$object→published|int|The unixtime this version was published (only for published versions)| |
+ | |$object→lastEdited|int|The unixtime this version was last edited (only for development versions)| | ||
+ | |$object→changelog|string|The changelog for this version| | ||
+ |