๐ตClient Should Restart
Last updated
Last updated
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
Test if the app was launched from the Steam client, if it was not it will attempt to launch the app from the Steam client and will return true on the Return Value.
The App ID is to be tested, if the user does not own the app the Steam Store page for the app will be opened. If the user does own the app but the app was not launched from the Steam client then the app will be launched from the Steam client.
If steam_appid.txt is present it will cause this test to skip, you should not ship the steam_appid.txt with your game. It is for dev use and use with Steam Game Server. See the article on steam_appid.txt for more information.
True if the app needs to be restarted. In this case Steam will be launching the game so you should clean up and shutdown this copy of the game.