Expand description
Lua integration for the bevy_mod_scripting system.
Re-exports§
pub use mlua;
Modules§
- bindings
- Bindings for lua.
Structs§
- LuaContext
- A newtype around a lua context.
- LuaScripting
Plugin - The lua scripting plugin. Used to add lua scripting to a bevy app within the context of the BMS framework.
Traits§
- Into
Interop Error - A trait to convert between mlua::Error and InteropError
- Into
Mlua Error - A trait to convert between InteropError and mlua::Error
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