DOMPropertyFlags

From Virtual World Web Wiki
Jump to: navigation, search

Flags that change the behavior of a DOMPropertyItem

Remarks [edit]

Enum Values

None = 0
No special behavior, this property will be delivered to connected clients and will not be saved when the DOM Object is serialized (saved)
Persistent = 1
This property will be stored when the DOM Object is serialized (saved)
Hidden = 2
This property will not be relayed to connected clients (or the server)
Unused = 5
Unused...