Expand description
Lua integration for the bevy_mod_scripting system.
Re-exports§
pub use mlua;
Modules§
- bindings
- Bindings for lua.
Structs§
- LuaScripting
Plugin - 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