Expand description
Rhai scripting language support for Bevy.
Re-exports§
pub use rhai;
Modules§
- bindings
- Bindings for rhai.
Structs§
- Rhai
Script Context - The rhai context type.
- Rhai
Scripting Plugin - The rhai scripting plugin. Used to add rhai scripting to a bevy app within the context of the BMS framework.
Functions§
- rhai_
callback_ handler - The rhai callback handler.
- rhai_
context_ load - Load a rhai context from a script.
- rhai_
context_ reload - Reload a rhai context from a script. New content is appended to the existing context.
Type Aliases§
- Rhai
Runtime - The rhai runtime type.