diff options
| author | Sgeo <[email protected]> | 2020-01-01 05:27:02 -0500 |
|---|---|---|
| committer | Sgeo <[email protected]> | 2020-01-01 05:27:02 -0500 |
| commit | f5f70e71617e256c523af0f813521491bf36c87d (patch) | |
| tree | 245229f3e85497c9cf7c369f68c7191fbc8f22b4 | |
| parent | Updated NET.worlds.scape.MoveAction (markdown) (diff) | |
| download | libreworlds-wiki-f5f70e71617e256c523af0f813521491bf36c87d.tar.xz libreworlds-wiki-f5f70e71617e256c523af0f813521491bf36c87d.zip | |
Updated NET.worlds.scape.Portal (markdown)
| -rw-r--r-- | NET.worlds.scape.Portal.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/NET.worlds.scape.Portal.md b/NET.worlds.scape.Portal.md index ce9278e..17ee85f 100644 --- a/NET.worlds.scape.Portal.md +++ b/NET.worlds.scape.Portal.md @@ -3,15 +3,15 @@ Portal is a subtype of [[Rect|NET.worlds.scape.Rect]]. | Version | Type | Name/Description | | --- | --- | --- | | All | Version for Portal | 0-9 | -| 0-7 | Implicit [[WObject|NET.worlds.scape.WObject]] | WObject | -| 8-9 | Implicit [[Rect|NET.worlds.scape.Rect]] | Rect | +| 0-7 | Implicit [[WObject\|NET.worlds.scape.WObject]] | WObject | +| 8-9 | Implicit [[Rect\|NET.worlds.scape.Rect]] | Rect | | 8-9 | Boolean | Far Side Is Portal | | 9 | Boolean | Allow Download | | 0 | Integer | Unknown; discarded | | 0-5 | Float | X scale | | 0-5 | Float | "Y" scale (but actually discarded) | | 0-5 | Float | Z scale | -| 0-7 | Boolean | If true, [[WObject flag|WObject Flags]] `1<<2` (mirrored) loaded as 1 | +| 0-7 | Boolean | If true, [[WObject flag\|WObject Flags]] `1<<2` (mirrored) loaded as 1 | | 4-9 | String | Far side portal name | | 0-9 | MaybeNull Explicit Portal | Far side Portal | | 1 | String | Name (if not empty string) | @@ -21,7 +21,7 @@ Portal is a subtype of [[Rect|NET.worlds.scape.Rect]]. | 3-9 | Float | Far Y | | 3-9 | Float | Far Z | | 3-9 | Float | Far Theta | -| 3-7 | MaybeNull Explicit [[Material|NET.worlds.scape.Material]] | Initial Cover | -| 3-7 | MaybeNull Explicit [[Material|NET.worlds.scape.Material]] | Download Cover | +| 3-7 | MaybeNull Explicit [[Material\|NET.worlds.scape.Material]] | Initial Cover | +| 3-7 | MaybeNull Explicit [[Material\|NET.worlds.scape.Material]] | Download Cover | | 5-7 | Boolean | Far Side Is Portal | |