Enum MessageTarget
- Namespace
- Coherence
- Assembly
- Coherence.Common.dll
Defines recipients of the message.
public enum MessageTarget
Fields
All = 1
Message will be sent to everyone, including the client sending it.
AuthorityOnly = 0
Message will be sent only to the owner of an entity.
Other = 2
Message will be sent to everyone, excluding the client sending it.