The Lua C API
The Lua C API
- Lua States
- Manipulating The Stack
- Miscellaneous API Functions
- Manipulating Globals and Tables
- Manipulating Functions
- The Debug Interface
The API is a set of C functions available to the host to communicate with Lua. All API functions, related types and constants are declared in lua.h.