Premake Internals
Functions
lua_auxlib.c File Reference

Modifications and extensions to Lua's library functions. More...

#include "premake.h"
#include "lauxlib.c"

Functions

LUALIB_API int luaL_loadfilex (lua_State *L, const char *filename, const char *mode)
 

Detailed Description

Modifications and extensions to Lua's library functions.

Author
Copyright (c) 2014-2017 Jason Perkins and the Premake project

Function Documentation

◆ luaL_loadfilex()

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.