Skip to content

Commit

Permalink
Updated offline docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Dias committed Mar 4, 2024
1 parent 6d9bbf6 commit 18553e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ <h1 id="steam_get_global_stat_history_int">steam_get_global_stat_history_int</h1
<p><br></p>
<p><strong>Example:</strong></p>
<p><pre class="highlight"><code class="language-gml">var _name = "Eggs_Hatched";
var _arr_history = steam_get_global_stat_history("Eggs_Hatched");
var _arr_history = steam_get_global_stat_history_int("Eggs_Hatched");
show_debug_message("Evolution:");
array_foreach(_arr_history, function(_element, _index) { show_debug_message($"Day {_index}: {_element}"); });</code></pre>
The code example above shows how to get the global stat history and show it using multiple debug messages.</p>
Expand Down Expand Up @@ -1091,7 +1091,7 @@ <h1 id="steam_get_global_stat_history_real">steam_get_global_stat_history_real</
<p><br></p>
<p><strong>Example:</strong></p>
<p><pre class="highlight"><code class="language-gml">var _name = "Eggs_Hatched";
var _arr_history = steam_get_global_stat_history("Eggs_Hatched");
var _arr_history = steam_get_global_stat_history_real("Eggs_Hatched");
show_debug_message("Evolution:");
array_foreach(_arr_history, function(_element, _index) { show_debug_message($"Day {_index}: {_element}"); });</code></pre>
The code example above shows how to get the global stat history and show it using multiple debug messages.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,5 @@ <h2 id="project-layout">Project layout</h2>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-03-04 11:39:23.379713+00:00
Build Date UTC : 2024-03-04 11:42:35.040594+00:00
-->
Binary file modified source/Steamworks_gml/extensions/steamworks/docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit 18553e6

Please sign in to comment.