ISteamAppsList - adambiser/agk-steam-plugin GitHub Wiki

This is a restricted interface that can only be used by approved apps.

GetAppName

GetAppName(appID as integer) as string

  • appID - The AppID to get the name for.

Returns the app name for the given appid.

Returns: The app name or an empty string if the app has not been approved for this method.

Reference:
ISteamAppList#GetAppName