Function GetRankingGamesList

Purpose:

It returns all rankeable game names used in the global rankings system.

Each game has a value name (a short name) for using as parameter in the API, and a long name, wich can include spaces and special characters, used to display in option selector.

Input parameters:

NONE

Example of usage:

https://wingamer.ar/ApiMasterControl/GetRankingGamesList.php

Output:

  • Array {“ResponseClass”:”LIST”, “Name”: “string”, “DisplayName”: “string”, “Avatar”:”URL”}.
  • Array {“ResponseClass”:”OK”} // End Of List.
  • Array {“ResponseClass”:”ERROR”, ”Param1″:”error message”}