netFlags.transient

Revision as of 14:54, 29 August 2023 by Mex (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Property Server and Client icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline Read and Set

Available since Server 1.0.0, Client 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


Client Related

        netFlags.alwaysExistForSyncer
        netFlags.defaultExistance
        netFlags.deleting
        netFlags.distanceStreaming
        netFlags.findSyncer
        netFlags.forcedSyncer
        netFlags.onAllDimensions
        netFlags.onlySyncIfDetached
        netFlags.registered
        netFlags.sendSync
        netFlags.transient