|
Premake Internals
|
Modifications and extensions to Lua's library functions. More...
Functions | |
| LUALIB_API int | luaL_loadfilex (lua_State *L, const char *filename, const char *mode) |
Modifications and extensions to Lua's library functions.
| LUALIB_API int luaL_loadfilex | ( | lua_State * | L, |
| const char * | filename, | ||
| const char * | mode | ||
| ) |
Extend the default implementation of luaL_loadfile() to call my chunk wrapper, above, before executing any scripts loaded from a file.
1.8.14