summaryrefslogtreecommitdiff
path: root/WObject-Flags.md
blob: ac730249a372dde20af102c28f367ca64470ab39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
ubclasses of WObject may have their own flags not used elsewhere; Certain flags might always be set or unset on serialization or deserialization.

| Flag | Description |
| --- | --- |
| `1<<0` | Visible |
| `1<<1` | Bumpable |
| `1<<2` | (Holograms only) Rough Cut |
| `1<<2` | (Portals only) Mirrored |
| `1<<14` | Ignored; internal use |
| `1<<18` | (Rooms only) Is VIP Only |
| `1<<19` | (Rooms only) Is VIP View Only |