static void record( char* name, lua_CFunction func);
Register a C++ function to be called from Lua
Back to index