callback_ConnectToServer()

After a successful connection/joining your server the callback function callback_ConnectToServer() 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

Last updated