- Home /
Question by
louisch · May 26, 2015 at 06:15 AM ·
rpcauthoritative server
Blocking global RPC calls from client
I am making an authoritative server, and it occurred to me that if the client has RPC functions that update its state, intended only for the server to use, any other client could potentially call these functions, by passing RPCMode.All.
Is there a way for the server to block arbitrary calls of RPC functions from clients, since all traffic should be passing through the server?
Comment
Your answer

Follow this Question
Related Questions
Authoritative Server and RPC Help 1 Answer
2 Servers in one build 2 Answers
RakNet RPC calls between C++ and Unity 2 Answers
RPC Mode set at ALL but only sender executes function 1 Answer