|
1 | 1 | <!doctype html> |
2 | 2 | <html class="no-js" lang="en" data-content_root="../"> |
3 | | - <head><meta charset="utf-8"/> |
4 | | - <meta name="viewport" content="width=device-width,initial-scale=1"/> |
| 3 | + <head><meta charset="utf-8"> |
| 4 | + <meta name="viewport" content="width=device-width,initial-scale=1"> |
5 | 5 | <meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" /> |
6 | | -<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Setup" href="setup.html" /><link rel="prev" title="Scripts" href="../scripts/index.html" /> |
| 6 | +<link rel="index" title="Index" href="../genindex.html"><link rel="search" title="Search" href="../search.html"><link rel="next" title="Setup" href="setup.html"><link rel="prev" title="Scripts" href="../scripts/index.html"> |
7 | 7 |
|
8 | | - <!-- Generated with Sphinx 8.2.3 and Furo 2025.07.19 --> |
| 8 | + <!-- Generated with Sphinx 8.2.3 and Furo 2025.09.25 --> |
9 | 9 | <title>Bots - UW API documentation</title> |
10 | 10 | <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=acfd86a5" /> |
11 | | - <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=25af2a20" /> |
| 11 | + <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=580074bf" /> |
12 | 12 | <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" /> |
13 | 13 | <link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" /> |
14 | 14 | <link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=8dab3a3b" /> |
|
24 | 24 | } |
25 | 25 | @media not print { |
26 | 26 | body[data-theme="dark"] { |
27 | | - --color-code-background: #2b2b2b; |
28 | | - --color-code-foreground: #f8f8f2; |
| 27 | + --color-code-background: #202020; |
| 28 | + --color-code-foreground: #d0d0d0; |
29 | 29 |
|
30 | 30 | } |
31 | 31 | @media (prefers-color-scheme: dark) { |
32 | 32 | body:not([data-theme="light"]) { |
33 | | - --color-code-background: #2b2b2b; |
34 | | - --color-code-foreground: #f8f8f2; |
| 33 | + --color-code-background: #202020; |
| 34 | + --color-code-foreground: #d0d0d0; |
35 | 35 |
|
36 | 36 | } |
37 | 37 | } |
|
146 | 146 | </symbol> |
147 | 147 | </svg> |
148 | 148 |
|
149 | | -<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation"> |
150 | | -<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc"> |
151 | | -<label class="overlay sidebar-overlay" for="__navigation"> |
152 | | - <div class="visually-hidden">Hide navigation sidebar</div> |
153 | | -</label> |
154 | | -<label class="overlay toc-overlay" for="__toc"> |
155 | | - <div class="visually-hidden">Hide table of contents sidebar</div> |
156 | | -</label> |
| 149 | +<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle site navigation sidebar"> |
| 150 | +<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc" aria-label="Toggle table of contents sidebar"> |
| 151 | +<label class="overlay sidebar-overlay" for="__navigation"></label> |
| 152 | +<label class="overlay toc-overlay" for="__toc"></label> |
157 | 153 |
|
158 | 154 | <a class="skip-to-content muted-link" href="#furo-main-content">Skip to content</a> |
159 | 155 |
|
|
163 | 159 | <header class="mobile-header"> |
164 | 160 | <div class="header-left"> |
165 | 161 | <label class="nav-overlay-icon" for="__navigation"> |
166 | | - <div class="visually-hidden">Toggle site navigation sidebar</div> |
167 | | - <i class="icon"><svg><use href="#svg-menu"></use></svg></i> |
| 162 | + <span class="icon"><svg><use href="#svg-menu"></use></svg></span> |
168 | 163 | </label> |
169 | 164 | </div> |
170 | 165 | <div class="header-center"> |
171 | 166 | <a href="../index.html"><div class="brand">UW API documentation</div></a> |
172 | 167 | </div> |
173 | 168 | <div class="header-right"> |
174 | 169 | <div class="theme-toggle-container theme-toggle-header"> |
175 | | - <button class="theme-toggle"> |
176 | | - <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div> |
| 170 | + <button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme"> |
177 | 171 | <svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg> |
178 | 172 | <svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg> |
179 | 173 | <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg> |
180 | 174 | <svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg> |
181 | 175 | </button> |
182 | 176 | </div> |
183 | 177 | <label class="toc-overlay-icon toc-header-icon no-toc" for="__toc"> |
184 | | - <div class="visually-hidden">Toggle table of contents sidebar</div> |
185 | | - <i class="icon"><svg><use href="#svg-toc"></use></svg></i> |
| 178 | + <span class="icon"><svg><use href="#svg-toc"></use></svg></span> |
186 | 179 | </label> |
187 | 180 | </div> |
188 | 181 | </header> |
|
200 | 193 | </form> |
201 | 194 | <div id="searchbox"></div><div class="sidebar-scroll"><div class="sidebar-tree"> |
202 | 195 | <ul class="current"> |
203 | | -<li class="toctree-l1 has-children"><a class="reference internal" href="../concepts/index.html">General Concepts</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><div class="visually-hidden">Toggle navigation of General Concepts</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul> |
| 196 | +<li class="toctree-l1 has-children"><a class="reference internal" href="../concepts/index.html">General Concepts</a><input aria-label="Toggle navigation of General Concepts" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><span class="icon"><svg><use href="#svg-arrow-right"></use></svg></span></label><ul> |
204 | 197 | <li class="toctree-l2"><a class="reference internal" href="../concepts/players.html">Players & Forces</a></li> |
205 | 198 | <li class="toctree-l2"><a class="reference internal" href="../concepts/map.html">Map</a></li> |
206 | 199 | <li class="toctree-l2"><a class="reference internal" href="../concepts/prototypes.html">Prototypes</a></li> |
|
211 | 204 | <li class="toctree-l2"><a class="reference internal" href="../concepts/callbacks.html">Callbacks</a></li> |
212 | 205 | </ul> |
213 | 206 | </li> |
214 | | -<li class="toctree-l1 has-children"><a class="reference internal" href="../maps/index.html">Maps</a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle navigation of Maps</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul> |
| 207 | +<li class="toctree-l1 has-children"><a class="reference internal" href="../maps/index.html">Maps</a><input aria-label="Toggle navigation of Maps" class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><span class="icon"><svg><use href="#svg-arrow-right"></use></svg></span></label><ul> |
215 | 208 | <li class="toctree-l2"><a class="reference internal" href="../maps/scene.html">Scene</a></li> |
216 | 209 | <li class="toctree-l2"><a class="reference internal" href="../maps/collider.html">Collider</a></li> |
217 | 210 | <li class="toctree-l2"><a class="reference internal" href="../maps/navigation.html">Navigation</a></li> |
|
220 | 213 | </li> |
221 | 214 | <li class="toctree-l1"><a class="reference internal" href="../mods/index.html">Mods</a></li> |
222 | 215 | <li class="toctree-l1"><a class="reference internal" href="../scripts/index.html">Scripts</a></li> |
223 | | -<li class="toctree-l1 current has-children current-page"><a class="current reference internal" href="#">Bots</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-3" name="toctree-checkbox-3" role="switch" type="checkbox"/><label for="toctree-checkbox-3"><div class="visually-hidden">Toggle navigation of Bots</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul> |
| 216 | +<li class="toctree-l1 current has-children current-page"><a class="current reference internal" href="#">Bots</a><input aria-label="Toggle navigation of Bots" checked="" class="toctree-checkbox" id="toctree-checkbox-3" name="toctree-checkbox-3" role="switch" type="checkbox"/><label for="toctree-checkbox-3"><span class="icon"><svg><use href="#svg-arrow-right"></use></svg></span></label><ul> |
224 | 217 | <li class="toctree-l2"><a class="reference internal" href="setup.html">Setup</a></li> |
225 | 218 | <li class="toctree-l2"><a class="reference internal" href="setupPython.html">Setup Python</a></li> |
226 | 219 | <li class="toctree-l2"><a class="reference internal" href="programOverview.html">Program Overview</a></li> |
|
255 | 248 | </a> |
256 | 249 | </div> |
257 | 250 | <div class="theme-toggle-container theme-toggle-content"> |
258 | | - <button class="theme-toggle"> |
259 | | - <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div> |
| 251 | + <button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme"> |
260 | 252 | <svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg> |
261 | 253 | <svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg> |
262 | 254 | <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg> |
263 | 255 | <svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg> |
264 | 256 | </button> |
265 | 257 | </div> |
266 | 258 | <label class="toc-overlay-icon toc-content-icon no-toc" for="__toc"> |
267 | | - <div class="visually-hidden">Toggle table of contents sidebar</div> |
268 | | - <i class="icon"><svg><use href="#svg-toc"></use></svg></i> |
| 259 | + <span class="icon"><svg><use href="#svg-toc"></use></svg></span> |
269 | 260 | </label> |
270 | 261 | </div> |
271 | 262 | <article role="main" id="furo-main-content"> |
|
0 commit comments