Version: 2017.1
public void OnMatchCreate (bool success, string extendedInfo, Networking.Match.MatchInfo matchInfo);

Parámetros

success Indicates if the request succeeded.
extendedInfo A text description for the error if success is false.
matchInfo The information about the newly created match.

Descripción

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