From ddfd81fdc8f2683c3aed5706773f84ef5bd710ea Mon Sep 17 00:00:00 2001 From: Sgeo Date: Wed, 14 Jun 2017 23:50:49 -0400 Subject: [PATCH] Remove now-redundant "World" from version --- NET.worlds.scape.World.md | 40 +++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/NET.worlds.scape.World.md b/NET.worlds.scape.World.md index 53ec634..7a222f2 100644 --- a/NET.worlds.scape.World.md +++ b/NET.worlds.scape.World.md @@ -5,25 +5,25 @@ Note that as with all objects, there will first be an object ID, then a class ID | Version | Type | Name/Description | | --- | --- | --- | | All | Version for World | Version for World, 0-13 | -| World == 0 | String | World name | -| World >= 1 | Implicit [[SuperRoot|NET.worlds.scape.SuperRoot]] | World name | +| 0 | String | World name | +| >= 1 | Implicit [[SuperRoot|NET.worlds.scape.SuperRoot]] | World name | | All | String | Default room name | -| World <= 6 | String | Server URL, read in an "old" way, might need further description. "UNSHARED" equivalent to null | -| World == 7 | String | Server URL. If null, assumed to a default value, otherwise, World considered to be multiuser | -| World >= 8 | String | Server URL. | -| World == 2 | String | Unknown, discarded | -| World >= 5 | Int | Timeout Age. Note that in versions 8 and below, a Timeout Age of 60000 is converted to 15000 | -| World == 6 or 7 | Boolean | Unknown, discarded | -| World >= 8 | Boolean | Multiuser | -| World >= 10 | Boolean | Courtesy VIP | -| World >= 11 | Boolean | Force Human | -| World >= 12 | Boolean | Has Ad Banner | -| World >= 12 | Integer | Banner Width | -| World >= 12 | Integer | Banner Height | -| World >= 12 | String | Banner URL | -| World == 13 | Boolean | Has Clickable Ad Cube | -| World == 13 | Boolean | Ad Cube Format Is Gif | -| World == 13 | String | Ad Cube Base URL | -| World == 13 | String | Default Ad Cube URL | +| <= 6 | String | Server URL, read in an "old" way, might need further description. "UNSHARED" equivalent to null | +| == 7 | String | Server URL. If null, assumed to a default value, otherwise, World considered to be multiuser | +| >= 8 | String | Server URL. | +| == 2 | String | Unknown, discarded | +| >= 5 | Int | Timeout Age. Note that in versions 8 and below, a Timeout Age of 60000 is converted to 15000 | +| 6 or 7 | Boolean | Unknown, discarded | +| >= 8 | Boolean | Multiuser | +| >= 10 | Boolean | Courtesy VIP | +| >= 11 | Boolean | Force Human | +| >= 12 | Boolean | Has Ad Banner | +| >= 12 | Integer | Banner Width | +| >= 12 | Integer | Banner Height | +| >= 12 | String | Banner URL | +| == 13 | Boolean | Has Clickable Ad Cube | +| == 13 | Boolean | Ad Cube Format Is Gif | +| == 13 | String | Ad Cube Base URL | +| == 13 | String | Default Ad Cube URL | | All | Explicit [[Hashtable|NET.worlds.core.Hashtable]] | Hashtable with room name as keys and [[Room|NET.worlds.scape.Room]]s as values | -| World == 4 | Integer | Timeout Age. 60000 and 900000 get read as 15000 | +| == 4 | Integer | Timeout Age. 60000 and 900000 get read as 15000 |