RPCMode Enumeration

Option for who will receive an RPC, used by NetworkView.RPC.

Values
Server

Sends to the server only.

Others

Sends to everyone except the sender.

OthersBuffered

Sends to everyone except the sender and adds to the buffer.

All

Sends to everyone.

AllBuffered

Sends to everyone and adds to the buffer.