luad ~master (2016-02-18T19:12:01Z)
Home
Dub
Repo
LuaState.loadFile
luad
state
LuaState
Compile a file of Lua code.
class
LuaState
@
trusted
LuaFunction
loadFile
(
in
char
[]
path
)
Parameters
path
char
[]
_path to file
Return Value
Type:
LuaFunction
Loaded code as a function.
Meta
Source
See Implementation
luad
state
LuaState
constructors
this
destructors
~this
functions
doFile
doString
get
loadFile
loadString
newTable
opIndex
opIndexAssign
openLibs
registerType
set
setPanicHandler
wrap
properties
globals
registry
state
static functions
fromPointer
Compile a file of Lua code.