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

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: