luaL_dofile

Loads and runs the given file.

It is definend by a macro.

@nogc nothrow pragma(inline)
int
luaL_dofile
(,
const(char)* fn
)

Return Value

Type: int

0 if there are no errors or 1 in case of errors.

Meta