Server Network Updates

Options
I am currently making my multiplayer GUI for my game, and I was wondering how am I supposed to know when something has changed in lobby or the current game room the player is in?

For instance, if the player is in the server lobby, how can I know when, for instance, a new game room was created? Do I have to check every few seconds or is there a 'listener' of sorts that is called when something has changed?

Comments

  • ZeroByter
    Options
    Nevermind to anyone who is curious, I found the solution. It's 'OnReceivedRoomListUpdate' and all those other callbacks.