Table of Contents

MessageTarget

enum in Coherence

Defines recipients of the message.

Fields
All = 1

Message will be sent to everyone, including the client sending it.

AuthorityOnly = 0
InputAuthorityOnly = 3

Message will be sent only to the client with input authority.

Other = 2

Message will be sent to everyone, excluding the client sending it.

StateAuthorityOnly = 0

Message will be sent only to the owner of an entity.