Skip to content

Commit

Permalink
Merge branch 'master' of github.com:GodotSteam/GodotSteam-Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramps committed May 13, 2024
2 parents c5a2df8 + b78fca5 commit 1c92cb0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
2 changes: 0 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# These are supported funding model platforms

github: Gramps
custom: https://www.paypal.me/sithlordkyle
ko_fi: grampsgarcia
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 @@ -94,6 +94,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
11 changes: 11 additions & 0 deletions docs/games/games-c.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ Here is a showcase of games using the GodotSteam module. Have a game on Steam us
[ :fontawesome-brands-youtube: ](https://www.youtube.com/channel/UCXeHZLFETcYHjZdJe-b8gUA){ target="\_blank" .md-button .md-button--store }
</figure>

## Canvas of Kings
<figure class="game" markdown>
[![Canvas of Kings](https://steamcdn-a.akamaihd.net/steam/apps/2498570/header.jpg){ loading=lazy align=left }](https://store.steampowered.com/app/2498570/Canvas_of_Kings/){ target="\_blank" }

[ :fontawesome-brands-steam: ](https://store.steampowered.com/app/2498570/Canvas_of_Kings/){ target="\_blank" .md-button .md-button--store }
[ :fontawesome-brands-twitter: ](https://twitter.com/MightofMe){ target="\_blank" .md-button .md-button--store }
[ :fontawesome-brands-instagram: ](https://www.instagram.com/mightofmerchants/){ target="\_blank" .md-button .md-button--store }
[ :fontawesome-brands-discord: ](https://discord.gg/JTBS2xWedR){ target="\_blank" .md-button .md-button--store }
[ :fontawesome-brands-tiktok: ](https://www.tiktok.com/@mightofmerchants){ target="\_blank" .md-button .md-button--store }
</figure>

## Card Fuse
<figure class="game" markdown>
[![Card Fuse](https://steamcdn-a.akamaihd.net/steam/apps/2698680/header.jpg){ loading=lazy align=left }](https://store.steampowered.com/app/2698680/Card_Fuse/){ target="\_blank" }
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ nav:
- 0 to 9 Games (2): 'games/games-0-9.md'
- A Games (10): 'games/games-a.md'
- B Games (13): 'games/games-b.md'
- C Games (16): 'games/games-c.md'
- C Games (17): 'games/games-c.md'
- D Games (12): 'games/games-d.md'
- E Games (3): 'games/games-e.md'
- F Games (8): 'games/games-f.md'
Expand Down

0 comments on commit 1c92cb0

Please sign in to comment.