Vixen
02b45cc4
csharp
public enum RpcRole

What role the peer holding a router is playing.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • Client

    Sends server calls, runs client ones.

  • Server

    Runs server calls, sends client ones.

  • Host

    Both, on one process. The loopback makes it the same code path.

Used by (9)

  • GameClientMultiplayer
  • GameServerMultiplayer
  • AwaitableRpcTestsVixen.Net.Tests
  • NetworkRulesTestsVixen.Net.Tests
  • RpcGeneratorTestsVixen.Net.Generators.Tests
  • RpcOverSessionTestsVixen.Net.Tests
  • RpcRouterVixen.Net
  • RpcRouterTargetVixen.Net.Fuzz
  • RpcTestsVixen.Net.Tests