Implements an interface to the lua_State* variable with automatic garbage management and some basic functionality.
Initializes a Lua script from the provided source code.
Automatically deallocates the lua_State variable.
Returns the lua_State variable for any manual use.
Executes the main function of the scipt.
See Implementation
Implements an interface to the lua_State* variable with automatic garbage management and some basic functionality.