Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

RPCMode

Description

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

Variables

ServerSends to the server only.
OthersSends to everyone except the sender.
OthersBufferedSends to everyone except the sender and adds to the buffer.
AllSends to everyone.
AllBufferedSends to everyone and adds to the buffer.