Skip to content

Commit

Permalink
Update to app class, added new contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramps committed May 8, 2024
1 parent 3091f7c commit 0f97b6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
21 changes: 6 additions & 15 deletions docs/classes/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ Exposes a wide range of information and actions for applications and [Downloada
!!! function "getAppInstallDir( ```uint32_t``` app_id )"
Gets the install folder for a specific app ID. This works even if the application is not installed, based on where the game would be installed with the default Steam library location.

**Return**: string
**Return**: Dictionary

Contains the following keys:

* directory (string)
* install_size (int)

---
[:fontawesome-brands-steam: Read more in the official Steamworks SDK documentation](https://partner.steamgames.com/doc/api/ISteamApps#GetAppInstallDir){ .md-button .md-button--store target="_blank" }
Expand Down Expand Up @@ -167,18 +172,6 @@ Exposes a wide range of information and actions for applications and [Downloada
---
[:fontawesome-brands-steam: Read more in the official Steamworks SDK documentation](https://partner.steamgames.com/doc/api/ISteamApps#GetLaunchQueryParam){ .md-button .md-button--store target="_blank" }

### getLeaderboardDisplayType

!!! function "getLeaderboardDisplayType( ```uint64_t``` this_leaderboard )"
Returns the display type of a leaderboard handle.

**Returns:** dictionary

Contains the following keys:

* return (int)
* verbal (string)

### installDLC

!!! function "installDLC( ```uint32_t``` dlc_id )"
Expand Down Expand Up @@ -225,8 +218,6 @@ Exposes a wide range of information and actions for applications and [Downloada

**Return**: bool

True if the user owns the DLC and it's currently installed, otherwise false.

---
[:fontawesome-brands-steam: Read more in the official Steamworks SDK documentation](https://partner.steamgames.com/doc/api/ISteamApps#BIsLowViolence){ .md-button .md-button--store target="_blank" }

Expand Down
1 change: 1 addition & 0 deletions docs/contribute/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Here is a list of all the great contributors, both those who have provided code
- Kat Hirsch
- Kent Jofur
- Kodera Software
- [Mauricio Castillo](https://twitter.com/maurimodev){ target="\_blank" }
- Martin Eigel
- Michael Macha
- Mike King
Expand Down

0 comments on commit 0f97b6d

Please sign in to comment.