Skip to content

App Lists (Deprecated Since SDK 1.59)

This is a restricted interface that can only be used by previously approved apps. It is not listed in the official Steamworks SDK documentation, either. Contact your Steam Account Manager if you believe you need access to this API.

Only available in the main GodotSteam branches

This class has been removed as of Steamworks SDK 1.59 and no longer exists in GodotSteam as of versions 3.23 / 4.6

Functions

getAppListBuildId

getAppListBuildId( uint32_t app_id )

Parameter Type Notes
app_id uint32_t The app ID to get data for.

Get a given app ID's build.

Returns: int


Removed GodotSteam 4.6 Removed GodotSteam 3.23

getAppListInstallDir

getAppListInstallDir( uint32_t app_id, int name_max )

Parameter Type Notes
app_id uint32_t The app ID to get data for.
name_max int The maximum number of characters for the name.

Get a given app ID's install directory.

Returns: string


Removed GodotSteam 4.6 Removed GodotSteam 3.23

getAppName

getAppName( uint32_t app_id, int name_max )

Parameter Type Notes
app_id uint32_t The app ID to get data for.
name_max int The maximum number of characters for the name.

Get a given app ID's name.

Returns: string


Removed GodotSteam 4.6 Removed GodotSteam 3.23

getInstalledApps

getInstalledApps( uint32_t max_app_ids )

Parameter Type Notes
max_app_ids uint32_t List of app IDs.

Get a list of app IDs for installed apps for this player.

Returns: array

Contains a list of (int) app IDs.


Removed GodotSteam 4.6 Removed GodotSteam 3.23

getNumInstalledApps

getNumInstalledApps( )

Get the number of installed apps for this player.

Returns: int


Removed GodotSteam 4.6 Removed GodotSteam 3.23

Signals

These callbacks require you to setup one of the three callback methods to receive them.

app_installed

app_installed

Sent when a new app is installed.

Returns

Key Type Notes
app_id uint32_t -
install_folder_index uint32_t -

Removed GodotSteam 4.6 Removed GodotSteam 3.23

app_uninstalled

app_uninstalled

Sent when an app is uninstalled.

Returns

Key Type Notes
app_id uint32_t -
install_folder_index uint32_t -

Removed GodotSteam 4.6 Removed GodotSteam 3.23