diff options
| author | Sgeo <[email protected]> | 2017-06-15 22:35:31 -0400 |
|---|---|---|
| committer | Sgeo <[email protected]> | 2017-06-15 22:35:31 -0400 |
| commit | e9a0dd878907a2d672ee2491149d31352a0210a1 (patch) | |
| tree | 442070a15f3514f69d5bd53e17bb57812adbd9e2 | |
| parent | Updated NET.worlds.scape.WObject (markdown) (diff) | |
| download | libreworlds-wiki-e9a0dd878907a2d672ee2491149d31352a0210a1.tar.xz libreworlds-wiki-e9a0dd878907a2d672ee2491149d31352a0210a1.zip | |
Updated NET.worlds.scape.WObject (markdown)
| -rw-r--r-- | NET.worlds.scape.WObject.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NET.worlds.scape.WObject.md b/NET.worlds.scape.WObject.md index 01d7a72..0596297 100644 --- a/NET.worlds.scape.WObject.md +++ b/NET.worlds.scape.WObject.md @@ -6,7 +6,7 @@ Most things are subclasses of WObject. WObject is a subclass of [[NET.worlds.sca | All | Implicit [[Transform|NET.worlds.scape.Transform]] | Transform | | All | Integer | [[WObject Flags]] | | 0-1 | MaybeNull | Unknown, discarded | -| All | MaybeNullVector of Explicit WObjects | Contents | +| All | MaybeNullVector of Explicit WObjects | Contents (unshared only) | | All | MaybeNullVector of Explicit [[SuperRoots|NET.worlds.scape.SuperRoot]] | Handlers | | 1-10 | MaybeNullVector of Explicit [[Actions|NET.worlds.scape.Action]] | Actions | | 3-4 | Explicit Object | Unknown, discarded | |