API ReferenceSandbox
SyncAttributeclass
Automatically synchronize a property of a networked object from the owner to other clients.
Constructors2
Showing 2 constructors
No results match this filter.
Properties2
Showing 2 properties
public Sandbox.SyncFlags Sandbox.SyncAttribute.Flags { get; set; }
Flags that describe how this property is synchronized.
public bool Sandbox.SyncAttribute.Query { get; set; }
Query this value for changes rather than counting on set being called. This is appropriate if the value returned by its getter can change without calling its setter. Obsoleted: 13/12/2024
Obsolete: Use SyncFlags.Query
Returns:
bool—No results match this filter.