Modules§
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.
Traits§
- Into
Interop Error - A trait for converting types into an
InteropError
- Into
Rhai Error - A trait for converting types into an
EvalAltResult
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.