Skip to content

GCRequest

The GCRequest class represents a pending Game Coordinator request and its response state.


Methods

IsResolved()boolean

Checks whether the HTTP request has resolved.

Returned:

  • boolean - True if the condition is met, false otherwise.

GetResponse()object

Retrieves the response.

Returned:

  • object - The requested response.

GetID()number

Retrieves the HTTP request identifier.

Returned:

  • number - The requested id.