October 2023
Intermediate to advanced
216 pages
4h 14m
English
With your knowledge of calling Lua from C++, in this part, you will continue to learn how to call C++ from Lua.
You will start by learning how to implement and export a C++ function that can be called from Lua scripts. Then, the complexity will increase step by step. You will export a C++ class as a Lua module and improve the process of how it is exported. Finally, you will have a general module exporter that can help you to export any C++ class to Lua.
This part comprises the following chapters:
Read now
Unlock full access