Table of Contents

HasStateAuthority

Properties
public bool HasStateAuthority { get; }

true if the client has state authority over the entity. State authority is an actual owner of the entity and controls all the synced variables.

Property Value
Type Description
bool
Remarks

The state authority is the actual owner of the entity, and controls the state of all the synced variables. That's to say, state for the entity is read from the client that owns its state authority.

See Also