Skip to content

Commit b3dc423

Browse files
committed
deploy: 3004915
1 parent e7d4e96 commit b3dc423

File tree

620 files changed

+81521
-29888
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

620 files changed

+81521
-29888
lines changed

Summary/installation.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,7 @@ <h2 id="extra-features"><a class="header" href="#extra-features">Extra Features<
210210
<p>By default all of the useful features are enabled, but you may disable them if you wish if you are only needing BMS for script lifecycle management, and want to populate the bindings yourself.</p>
211211
<div class="table-wrapper"><table><thead><tr><th>Feature</th><th>Description</th></tr></thead><tbody>
212212
<tr><td>core_functions</td><td>If enabled, will enable all core functions, i.e. bevy integrations which let you interact with Bevy via reflection</td></tr>
213-
<tr><td>bevy_core_bindings</td><td>Enables bindings for the <code>bevy_core</code> module</td></tr>
214-
<tr><td>bevy_ecs_bindings</td><td>Enables bindings for the <code>bevy_ecs</code> module</td></tr>
215-
<tr><td>bevy_hierarchy_bindings</td><td>Enables bindings for the <code>bevy_hierarchy</code> module</td></tr>
216-
<tr><td>bevy_input_bindings</td><td>Enables bindings for the <code>bevy_input</code> module</td></tr>
217-
<tr><td>bevy_math_bindings</td><td>Enables bindings for the <code>bevy_math</code> module</td></tr>
218-
<tr><td>bevy_reflect_bindings</td><td>Enables bindings for the <code>bevy_reflect</code> module</td></tr>
219-
<tr><td>bevy_time_bindings</td><td>Enables bindings for the <code>bevy_time</code> module</td></tr>
220-
<tr><td>bevy_transform_bindings</td><td>Enables bindings for the <code>bevy_transform</code> module</td></tr>
213+
<tr><td>bevy_&lt;bevy_crate&gt;_bindings</td><td>enables bindings for the specified bevy crate, e.g. <code>bevy_ecs</code>, <code>bevy_transform</code>, <code>bevy_pbr</code> etc. for a full list of available modules check out <a href="https://github.com/makspll/bevy_mod_scripting/blob/432b91b1022a133b34d1b4a7eb382268f34b76ea/crates/bevy_mod_scripting_functions/Cargo.toml#L14">The Cargo manifest</a></td></tr>
221214
<tr><td>mlua_async</td><td>Enables <code>mlua/async</code></td></tr>
222215
<tr><td>mlua_serialize</td><td>Enables <code>mlua/serialize</code></td></tr>
223216
<tr><td>mlua_macros</td><td>Enables <code>mlua/macros</code></td></tr>

core_bindings/globals.html

Lines changed: 116 additions & 109 deletions
Large diffs are not rendered by default.

core_bindings/types.html

Lines changed: 44 additions & 35 deletions
Large diffs are not rendered by default.

core_bindings/types/accumulatedmousescroll.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ <h2 id="description"><a class="header" href="#description">Description</a></h2>
196196
<h2 id="associated-functions"><a class="header" href="#associated-functions">Associated Functions</a></h2>
197197
<p>For function details and documentation, click on the function link.</p>
198198
<div class="table-wrapper"><table><thead><tr><th>Function</th><th>Summary</th></tr></thead><tbody>
199-
<tr><td><a href="./accumulatedmousescroll/clone.html">clone</a></td><td>No Documentation 🚧</td></tr>
200199
<tr><td><a href="./accumulatedmousescroll/eq.html">eq</a></td><td>No Documentation 🚧</td></tr>
200+
<tr><td><a href="./accumulatedmousescroll/clone.html">clone</a></td><td>No Documentation 🚧</td></tr>
201201
</tbody></table>
202202
</div>
203203
</main>
@@ -208,7 +208,7 @@ <h2 id="associated-functions"><a class="header" href="#associated-functions">Ass
208208
<i class="fa fa-angle-left"></i>
209209
</a>
210210

211-
<a rel="next prefetch" href="../../core_bindings/types/accumulatedmousescroll/clone.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
211+
<a rel="next prefetch" href="../../core_bindings/types/accumulatedmousescroll/eq.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
212212
<i class="fa fa-angle-right"></i>
213213
</a>
214214

@@ -222,7 +222,7 @@ <h2 id="associated-functions"><a class="header" href="#associated-functions">Ass
222222
<i class="fa fa-angle-left"></i>
223223
</a>
224224

225-
<a rel="next prefetch" href="../../core_bindings/types/accumulatedmousescroll/clone.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
225+
<a rel="next prefetch" href="../../core_bindings/types/accumulatedmousescroll/eq.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
226226
<i class="fa fa-angle-right"></i>
227227
</a>
228228
</nav>

core_bindings/types/accumulatedmousescroll/clone.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
199199

200200
<nav class="nav-wrapper" aria-label="Page navigation">
201201
<!-- Mobile navigation buttons -->
202-
<a rel="prev" href="../../../core_bindings/types/accumulatedmousescroll.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
202+
<a rel="prev" href="../../../core_bindings/types/accumulatedmousescroll/eq.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
203203
<i class="fa fa-angle-left"></i>
204204
</a>
205205

206-
<a rel="next prefetch" href="../../../core_bindings/types/accumulatedmousescroll/eq.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
206+
<a rel="next prefetch" href="../../../core_bindings/types/mousebutton.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
207207
<i class="fa fa-angle-right"></i>
208208
</a>
209209

@@ -213,11 +213,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
213213
</div>
214214

215215
<nav class="nav-wide-wrapper" aria-label="Page navigation">
216-
<a rel="prev" href="../../../core_bindings/types/accumulatedmousescroll.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
216+
<a rel="prev" href="../../../core_bindings/types/accumulatedmousescroll/eq.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
217217
<i class="fa fa-angle-left"></i>
218218
</a>
219219

220-
<a rel="next prefetch" href="../../../core_bindings/types/accumulatedmousescroll/eq.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
220+
<a rel="next prefetch" href="../../../core_bindings/types/mousebutton.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
221221
<i class="fa fa-angle-right"></i>
222222
</a>
223223
</nav>

core_bindings/types/accumulatedmousescroll/eq.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
200200

201201
<nav class="nav-wrapper" aria-label="Page navigation">
202202
<!-- Mobile navigation buttons -->
203-
<a rel="prev" href="../../../core_bindings/types/accumulatedmousescroll/clone.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
203+
<a rel="prev" href="../../../core_bindings/types/accumulatedmousescroll.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
204204
<i class="fa fa-angle-left"></i>
205205
</a>
206206

207-
<a rel="next prefetch" href="../../../core_bindings/types/mousebutton.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
207+
<a rel="next prefetch" href="../../../core_bindings/types/accumulatedmousescroll/clone.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
208208
<i class="fa fa-angle-right"></i>
209209
</a>
210210

@@ -214,11 +214,11 @@ <h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
214214
</div>
215215

216216
<nav class="nav-wide-wrapper" aria-label="Page navigation">
217-
<a rel="prev" href="../../../core_bindings/types/accumulatedmousescroll/clone.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
217+
<a rel="prev" href="../../../core_bindings/types/accumulatedmousescroll.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
218218
<i class="fa fa-angle-left"></i>
219219
</a>
220220

221-
<a rel="next prefetch" href="../../../core_bindings/types/mousebutton.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
221+
<a rel="next prefetch" href="../../../core_bindings/types/accumulatedmousescroll/clone.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
222222
<i class="fa fa-angle-right"></i>
223223
</a>
224224
</nav>

core_bindings/types/assetid().html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h2 id="associated-functions"><a class="header" href="#associated-functions">Ass
208208
<i class="fa fa-angle-left"></i>
209209
</a>
210210

211-
<a rel="next prefetch" href="../../core_bindings/types/assetidimage.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
211+
<a rel="next prefetch" href="../../core_bindings/types/assetidautoexposurecompensationcurve.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
212212
<i class="fa fa-angle-right"></i>
213213
</a>
214214

@@ -222,7 +222,7 @@ <h2 id="associated-functions"><a class="header" href="#associated-functions">Ass
222222
<i class="fa fa-angle-left"></i>
223223
</a>
224224

225-
<a rel="next prefetch" href="../../core_bindings/types/assetidimage.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
225+
<a rel="next prefetch" href="../../core_bindings/types/assetidautoexposurecompensationcurve.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
226226
<i class="fa fa-angle-right"></i>
227227
</a>
228228
</nav>

0 commit comments

Comments
 (0)