diff options
| author | Sgeo <[email protected]> | 2017-06-14 23:46:44 -0400 |
|---|---|---|
| committer | Sgeo <[email protected]> | 2017-06-14 23:46:44 -0400 |
| commit | e202f2c0252676a8a32f381854213fa4bd124fde (patch) | |
| tree | 4cadc3bd5ee728789e1c70bc6edc91bdde3fd201 | |
| parent | Updated NET.worlds.scape.World (markdown) (diff) | |
| download | libreworlds-wiki-e202f2c0252676a8a32f381854213fa4bd124fde.tar.xz libreworlds-wiki-e202f2c0252676a8a32f381854213fa4bd124fde.zip | |
Moving SuperRoot
| -rw-r--r-- | NET.worlds.scape.World.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/NET.worlds.scape.World.md b/NET.worlds.scape.World.md index f015ee7..53ec634 100644 --- a/NET.worlds.scape.World.md +++ b/NET.worlds.scape.World.md @@ -5,9 +5,8 @@ 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 >= 1 | Version for SuperRoot | Version for SuperRoot, 0-2 | -| All | String | World name (part of SuperRoot in World >=1. Move this to Implicit SuperRoot) | -| World >= 1, SuperRoot == 1 | MaybeNull | Unknown, discarded | +| World == 0 | String | World name | +| World >= 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 | |