Skip to content

Commit

Permalink
Deploying to gh-pages from @ 02bf071 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Jul 29, 2023
1 parent eb6c941 commit 5fc27c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@
</style>

</head><body class="rustdoc constant"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../jumpy/index.html"><div class="logo-container"><img src="https://avatars.githubusercontent.com/u/87333478?s=200&amp;v=4" alt="logo"></div></a><h2></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../jumpy/index.html"><div class="logo-container">
<img src="https://avatars.githubusercontent.com/u/87333478?s=200&amp;v=4" alt="logo"></div></a><div class="sidebar-elems"><h2><a href="index.html">In jumpy::networking</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-5ec35bf9ca753509.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn">Constant <a href="../index.html">jumpy</a>::<wbr><a href="index.html">networking</a>::<wbr><a class="constant" href="#">NETWORK_MAX_PREDICTION_WINDOW</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../src/jumpy/networking.rs.html#26">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><div class="item-decl"><pre class="rust const"><code>pub const NETWORK_MAX_PREDICTION_WINDOW: <a class="primitive" href="https://doc.rust-lang.org/1.67.0/std/primitive.usize.html">usize</a> = 8;</code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Number of frames client may predict beyond confirmed frame before freezing and waiting
<img src="https://avatars.githubusercontent.com/u/87333478?s=200&amp;v=4" alt="logo"></div></a><div class="sidebar-elems"><h2><a href="index.html">In jumpy::networking</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-5ec35bf9ca753509.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn">Constant <a href="../index.html">jumpy</a>::<wbr><a href="index.html">networking</a>::<wbr><a class="constant" href="#">NETWORK_MAX_PREDICTION_WINDOW</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../src/jumpy/networking.rs.html#26">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><div class="item-decl"><pre class="rust const"><code>pub const NETWORK_MAX_PREDICTION_WINDOW: <a class="primitive" href="https://doc.rust-lang.org/1.67.0/std/primitive.usize.html">usize</a> = 10;</code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Number of frames client may predict beyond confirmed frame before freezing and waiting
for inputs from other players.</p>
</div></details></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="jumpy" data-themes="" data-resource-suffix="" data-rustdoc-version="1.67.0 (fc594f156 2023-01-24)" data-search-js="search-444266647c4dba98.js" data-settings-js="settings-bebeae96e00e4617.js" data-settings-css="settings-af96d9e2fc13e081.css" ></div></body></html>
2 changes: 1 addition & 1 deletion book/developers/rustdoc/src/jumpy/networking.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@

<span class="doccomment">/// Number of frames client may predict beyond confirmed frame before freezing and waiting
/// for inputs from other players.
</span><span class="kw">pub const </span>NETWORK_MAX_PREDICTION_WINDOW: usize = <span class="number">8</span>;
</span><span class="kw">pub const </span>NETWORK_MAX_PREDICTION_WINDOW: usize = <span class="number">10</span>;

<span class="doccomment">/// The [`ggrs::Config`] implementation used by Jumpy.
</span><span class="attr">#[derive(Debug)]
Expand Down

0 comments on commit 5fc27c8

Please sign in to comment.