Crate bevy_mod_scripting_rhai

Source
Expand description

Rhai scripting language support for Bevy.

Re-exports§

pub use rhai;

Modules§

bindings
Bindings for rhai.

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. New content is appended to the existing context.

Type Aliases§

RhaiRuntime
The rhai runtime type.