Skip to content

Commit

Permalink
2 files | api.html, dlc.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SteamDB-Tracker committed Jan 16, 2025
1 parent 1c00026 commit 492b434
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/sdk/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,12 @@ <h2 class="bb_section"><a name="callresults"></a>CallResults</h2>
>SteamAPICall_t</a
>
and has a <code class="bb_code bb_code_inline nohighlight">CALL_RESULT()</code> attribute then you
must register to receive the call result.<br />
must register to receive the call result. Note that a callback registered to a CCallResult will only
be triggered for the most recent
<a href="https://partner.steamgames.com/doc/api/steam_api#SteamAPICall_t" class="bb_apilink"
>SteamAPICall_t</a
>
set on it, so be aware if you are re-using one.<br />
<br />
<strong>NOTE:</strong> Callbacks and call results are not interchangeable. An event will only come
through one or the other, not both. You must make sure that you are registering for the right type
Expand Down
3 changes: 1 addition & 2 deletions docs/store/application/dlc.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ <h2 class="bb_section"><a name="1"></a>Overview</h2>
updates the content when a patch is available and installs the content when the user installs the
game.<br />
<br />
Some examples of additional content that could be delivered as DLC include both in-game content
include<br />
Some examples of additional content that could be delivered as DLC include:<br />
<ul class="bb_ul">
<li>Expansions<br /></li>
<li>New maps or levels<br /></li>
Expand Down

0 comments on commit 492b434

Please sign in to comment.