Skip to content

Call lua functions from C++

Ghost User requested to merge luafun into master
  • Allow storage of lua values and functions in C++ object wrappers
  • Allow calling of such stored functions
  • Finish the other direction (calling C++ from lua) by providing the results

There's no new kind of magic, only more of the same one as with the other direction.

Merge request reports