Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

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

BasicResponse

class in UnityEngine.Networking.Match

/

Inherits from: Networking.Match.Response

Switch to Manual

Description

JSON response for types that only require a basic indication of success.

Constructors

BasicResponseConstructor for response class.

Inherited members

Variables

extendedInfoExtended string information that is returned when the server encounters an error processing a request.
successBool describing if the request was successful.

Public Functions

ToStringProvides string description of current class data.