callback_ChangeRoom()

After a successful room change, the callback function callback_ChangeRoom() is called.

Under Scripts/Rocket Networking/Callback Functions , you can edit this to do whatever you want…

Example Implementation of callback

  • Here I’ve just done a show_message so the user is shown a dialog box with that message

  • You can use this as confirmation that you have indeed changed rooms

Last updated