Lets say I have a game where players can drop in and out.
One player opens and closes a door with a function with a buffered rpc call.
Now another player connects,
will that new player see the door open and close as many times as players did it during the game?
Or does buffered mean that it remembers the last state?
edit I am using a authorative server for a pc game.
it just depends how well you write the central Boss server. (ie, four ipads are playing, one of them is the Boss, and the other three are slaves. not to be confused with a “server” on the internet.)
This is not “done for you” in any way whatsoever. it’s just a matter of writing incredibly good networking code.
so for example, it would be like asking, oh, “in my car racing game will the car slide off the track?” unfortunately it’s just a matter of programming it really well :-/
Be sure to use the “right” RPC call
pls vote up that answer is helpful, I am sick of having only one vote on it