Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkManager.OnMatchJoined

public void OnMatchJoined(bool success, string extendedInfo, Networking.Match.MatchInfo matchInfo);

Parameters

success Indicates if the request succeeded.
extendedInfo A text description for the error if success is false.
matchInfo The info for the newly joined match.

Description

Callback that happens when a NetworkMatch.JoinMatch request has been processed on the server.

Did you find this page useful? Please give it a rating: