Module rhai

Source

Modules§

bindings
Bindings for rhai.
rhai
Rhai - embedded scripting for Rust

Structs§

RhaiScriptContext
The rhai context type.
RhaiScriptingPlugin
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.

Type Aliases§

RhaiRuntime
The rhai runtime type.