Modules§
- “Runtime” here refers to the execution evironment of scripts. This might be the VM executing bytecode or the interpreter executing source code. The important thing is that there is only one runtime which is used to execute all scripts of a particular type or
context
.
Macros§
Structs§
- Bevy plugin enabling scripting within the bevy mod scripting framework
Enums§
- Labels for various BMS systems
Traits§
- Utility trait for configuring all scripting plugins.
- Types which act like scripting plugins, by selecting a context and runtime Each individual combination of context and runtime has specific infrastructure built for it and does not interact with other scripting plugins