callback_LeaveRoom()

After a successful connection/joining your server the callback function callback_LeaveRoom() is called. So 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 but you get the idea

Last updated