Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

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

NetworkMatch.BasicResponseDelegate

public delegate void BasicResponseDelegate(bool success, string extendedInfo);

Parameters

success Indicates if the request succeeded.
extendedInfo A text description of the failure if success is false.

Description

A delegate that can handle MatchMaker responses that return basic response types (generally only indicating success or failure and extended information if a failure did happen).

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