From 9270230e70a3b8ca5ec1b5aeac43a9cab27b23ff Mon Sep 17 00:00:00 2001 From: Mike Krz <38497734+eMKa007@users.noreply.github.com> Date: Mon, 3 Apr 2023 15:07:00 +0200 Subject: [PATCH] Update sdk-testing-implementation.md Removed incorrect brackets from galaxy::api::IUser::SignedIn() function call. --- docs/sdk-testing-implementation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sdk-testing-implementation.md b/docs/sdk-testing-implementation.md index 1d89786..5bc60fd 100644 --- a/docs/sdk-testing-implementation.md +++ b/docs/sdk-testing-implementation.md @@ -14,7 +14,7 @@ Before beginning your tests, it’s important to note that the GOG GALAXY SDK ha | Status | Method to Check the Status | Description | | ---------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -| `SignedIn` | [`galaxy::api::IUser()::SignedIn()`](https://docs.gog.com/galaxyapi/classgalaxy_1_1api_1_1IUser.html#aa6c13795a19e7dae09674048394fc650) | Determines whether the user has a license for the game and is logged in to the GOG GALAXY client | +| `SignedIn` | [`galaxy::api::IUser::SignedIn()`](https://docs.gog.com/galaxyapi/classgalaxy_1_1api_1_1IUser.html#aa6c13795a19e7dae09674048394fc650) | Determines whether the user has a license for the game and is logged in to the GOG GALAXY client | | `LoggedOn` | [`galaxy::api::IUser::IsLoggedOn()`](https://docs.gog.com/galaxyapi/classgalaxy_1_1api_1_1IUser.html#a3e373012e77fd2baf915062d9e0c05b3) | Determines if the user has a license for the game, is logged in to the GOG GALAXY client and is connected to the Internet | Thus, GOG GALAXY features can work in two modes: @@ -78,4 +78,4 @@ To test this: 3. Open your leaderboards in game and look for the new entry that you’ve made. Leaderboards should be updated and the new entry should be visible. 4. Quit the game and turn your internet connection off. 5. Start the game and complete an action required to save your leaderboard score. -6. The game should not freeze or crash. \ No newline at end of file +6. The game should not freeze or crash.