netFlags.transient: Difference between revisions
Jump to navigation
Jump to search
m (Vortrex moved page element.transient to netFlags.transient) |
No edit summary |
||
Line 2: | Line 2: | ||
|endpoint = server | |endpoint = server | ||
|type = property | |type = property | ||
|class = | |class = NetFlags | ||
|name = transient | |name = transient | ||
|readonly = false | |readonly = false | ||
|usage = | |usage = get/set whether or not the element should delete when streamed out from everyone | ||
|returnTypes = bool | |returnTypes = bool | ||
|returnInfo = a boolean representing whether or not the element should delete when streamed out from everyone | |returnInfo = a boolean representing whether or not the element should delete when streamed out from everyone | ||
}} | }} |
Revision as of 14:53, 29 August 2023
Property
Server Only
Online and Offline
Read and Set
Available since Server 1.0.0
bool netFlags.transient
The netFlags.transient property is used to get/set whether or not the element should delete when streamed out from everyone.
Value
bool | A boolean representing whether or not the element should delete when streamed out from everyone. |
read/set | This property can be changed, as well as read. |
Types
Client
NetFlags
Notes
There aren't any notes for this property.
Examples
There aren't any examples for this property.
Compatibility
There isn't any compatibility information for this property.
Related
Server Related
netFlags.alwaysExistForSyncer
netFlags.defaultExistance
netFlags.deleting
netFlags.distanceStreaming
netFlags.forcedSyncer
netFlags.findSyncer
netFlags.onAllDimensions
netFlags.onlySyncIfDetached
netFlags.registered
netFlags.sendSync
netFlags.transient