SteamEx v0.2.0-alpha SteamEx.ISteamApps View Source
Used to access data about applications on Steam.
For more info on how to use the Steamworks Web API please see the Web API Overview.
Link to this section Summary
Functions
Gets the complete list of public apps
Name | Type | Required | Description |
addr | string | ✔ | IP or IP:queryport to list |
Name | Type | Required | Description |
appid | uint32 | ✔ | AppID of game |
version | uint32 | ✔ | The installed version of the game |
Link to this section Functions
Gets the complete list of public apps.
This call has no additional parameters.
This method has previous versions which are no longer officially supported. They will continue to be usable but it’s highly recommended that you use the latest version. Change history:
- Version 2 - Removed the redundant “app” field.
Response:
applist
apps
- The list containing the applications.appid
- uint32 - App ID of this application.name
- string - The name of this application.
See other: https://partner.steamgames.com/doc/webapi/ISteamApps#GetAppList
Name | Type | Required | Description |
addr | string | ✔ | IP or IP:queryport to list |
See other: https://partner.steamgames.com/doc/webapi/ISteamApps#GetServersAtAddress
Name | Type | Required | Description |
appid | uint32 | ✔ | AppID of game |
version | uint32 | ✔ | The installed version of the game |
See other: https://partner.steamgames.com/doc/webapi/ISteamApps#UpToDateCheck