Signals | Apps List
These require you to run Steam.run_callbacks() in your _process() function to receive them.
app_installed
- Sent when a new app is installed.
- Sends back the following data:
- app_id (int)
- install_folder_index (int)
- app_id (uint32_t)
- install_folder_index (uint32_t)
app_uninstalled
- Sent when an app is uninstalled.
- Sends back the following data:
- app_id (int)
- install_folder_index (int)
- app_id (uint32_t)
- install_folder_index (uint32_t)