summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSgeo <[email protected]>2020-01-01 05:33:58 -0500
committerSgeo <[email protected]>2020-01-01 05:33:58 -0500
commit65149430bf2ad629604fa1213bfd04f26c1ce9bc (patch)
tree497c2186b44d7b5e940f6b8f88fa63cb5b716867
parentUpdated NET.worlds.scape.Transform (markdown) (diff)
downloadlibreworlds-wiki-65149430bf2ad629604fa1213bfd04f26c1ce9bc.tar.xz
libreworlds-wiki-65149430bf2ad629604fa1213bfd04f26c1ce9bc.zip
Updated NET.worlds.scape.World (markdown)
-rw-r--r--NET.worlds.scape.World.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NET.worlds.scape.World.md b/NET.worlds.scape.World.md
index 856e928..1287a4b 100644
--- a/NET.worlds.scape.World.md
+++ b/NET.worlds.scape.World.md
@@ -8,7 +8,7 @@ Note that as with all objects, there will first be an object ID, then a class ID
| --- | --- | --- |
| All | Version for World | Version for World, 0-13 |
| 0 | String | World name |
-| >= 1 | Implicit [[SuperRoot|NET.worlds.scape.SuperRoot]] | World name |
+| >= 1 | Implicit [[SuperRoot\|NET.worlds.scape.SuperRoot]] | World name |
| All | String | Default room name |
| <= 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 |
@@ -27,5 +27,5 @@ Note that as with all objects, there will first be an object ID, then a class ID
| == 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 |
+| All | Explicit [[Hashtable\|NET.worlds.core.Hashtable]] | Hashtable with room name as keys and [[Room\|NET.worlds.scape.Room]]s as values |
| == 4 | Integer | Timeout Age. 60000 and 900000 get read as 15000 |