Crate bevy_mod_scripting_lua

Source
Expand description

Lua integration for the bevy_mod_scripting system.

Re-exports§

pub use mlua;

Modules§

bindings
Bindings for lua.

Structs§

LuaScriptingPlugin
The lua scripting plugin. Used to add lua scripting to a bevy app within the context of the BMS framework.

Functions§

lua_context_load
Load a lua context from a script
lua_context_reload
Reload a lua context from a script
lua_handler
The lua handler for events