Crate bevy_mod_scripting_lua

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§

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

Traits§

IntoInteropError
A trait to convert between mlua::Error and InteropError
IntoMluaError
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