+| `SendTo.NotServer` |Client-server and distributed authority| Send to everyone _but_ the server, filtered to the current observer list. Won't send to a server running in host mode - it's still treated as a server. If you want to send to servers when they are host, but not when they are dedicated server, use `SendTo.ClientsAndHost`.<br /><br />Executes locally if invoked on a client. Doesn't execute locally if invoked on a server running in host mode. When using a distributed authority network topology, this acts the same as `SendTo.NotAuthority`. |
0 commit comments