Legacy Documentation: Version 2018.1 (Go to current version)
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

successIndicates if the request succeeded.
extendedInfoA 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: