Table of Contents

Enum AuthorityType

Namespace
Coherence
Assembly
Coherence.Common.dll

Represents the type of control client has over an entity.

public enum AuthorityType
Extension Methods

Fields

Full = 3

Client has both input and state authority over an entity.

Input = 2

Client is in charge of the input, that is, inputs produced by this entity will be forwarded to the state authority. Changes to the state of an entity will not be accepted by the Replication Server.

None = 0

No control of an entity. Neither inputs not entity state changes will be accepted by the Replication Server.

State = 1

Client is in charge of the state, that is, changes to the state of an entity will be accepted by the Replication Server.