MessageTarget
enum in Coherence
Defines recipients of the message.
Fields
All = 1Message will be sent to everyone, including the client sending it.
AuthorityOnly = 0InputAuthorityOnly = 3Message will be sent only to the client with input authority.
Other = 2Message will be sent to everyone, excluding the client sending it.
StateAuthorityOnly = 0Message will be sent only to the owner of an entity.