Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

V2.1.1

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.