| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2017-09-09 | 381 Bytes | |
| V2.1.1 source code.tar.gz | 2017-09-09 | 309.4 kB | |
| V2.1.1 source code.zip | 2017-09-09 | 487.2 kB | |
| Totals: 3 Items | 796.9 kB | 0 | |
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.