If I set Network.SetSendingEnabled() to false for a specific player/group, will all RPCs sent after that be buffered and await re-enabling of sending? Or will they be dropped when sent?
I was curious too so I just did a quick test of that. The RPCs are dropped if sending is disabled, and never sent after re-enabling sending. I tried with buffered RPCModes as well as unbuffered.