Skip to content

V2.1.1

Compare
Choose a tag to compare
@billyquith billyquith released this 09 Sep 18:19
· 354 commits to master since this release

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.