This repository was archived by the owner on Apr 21, 2025. It is now read-only.
V2.1.1
2.1.1
- Identifiers/names now return IdReturn (
const std::string&) to improve usability.
2.1
- Bind Lua argument convertion directly to function. Saves Value conversion.
- Lua custom type conversion with LuaValueRead and LuaValueWrite.
- Lua supports enums.
- Lua can return multiple values via
std::tuple<...>. - Lua functions can parse table arguments.