Static variables

@:value((-2))staticinlineread onlyLUA_NOREF:Int = (-2)

@:value((-1))staticinlineread onlyLUA_REFNIL:Int = (-1)

Static methods

@:native("luaL_addchar")staticaddchar(b:BufferRef, c:String):Void

@:native("luaL_addlstring")staticaddlstring(b:BufferRef, s:String, l:Int):Void

@:native("luaL_addsize")staticaddsize(b:BufferRef, n:Int):Void

@:native("luaL_addstring")staticaddstring(b:BufferRef, s:String):Void

@:native("luaL_addvalue")staticaddvalue(b:BufferRef):Void

@:native("luaL_argcheck")staticargcheck(l:State, cond:Int, narg:Int, extramsg:String):Void

@:native("luaL_argerror")staticargerror(l:State, narg:Int, extramsg:String):Int

@:native("luaL_buffinit")staticbuffinit(l:State, b:BufferRef):Void

@:native("luaL_callmeta")staticcallmeta(l:State, obj:Int, e:String):Int

@:native("luaL_checkany")staticcheckany(l:State, narg:Int):Void

@:native("luaL_checkint")staticcheckint(l:State, narg:Int):Int

@:native("luaL_checkinteger")staticcheckinteger(l:State, narg:Int):Int

@:native("luaL_checklong")staticchecklong(l:State, narg:Int):Float

@:native("linc::lual::checklstring")staticchecklstring(l:State, narg:Int, l:UInt):String

@:native("luaL_checknumber")staticchecknumber(l:State, narg:Int):Float

@:native("luaL_checkoption")staticcheckoption(l:State, narg:Int, def:String, const:Array<String>):Int

@:native("luaL_checkstack")staticcheckstack(l:State, sz:Int, msg:String):Void

@:native("linc::lual::checkstring")staticcheckstring(l:State, narg:Int):String

staticinlinechecktable(l:State, idx:Int):Void

@:native("luaL_checktype")staticchecktype(l:State, narg:Int, t:Int):Void

@:native("luaL_checkudata")staticcheckudata(l:State, narg:Int, tname:String):Void

@:native("luaL_dofile")staticdofile(l:State, filename:String):Int

@:native("luaL_dostring")staticdostring(l:State, str:String):Int

@:native("linc::lual::error")staticerror(l:State, fmt:String):Int

@:native("luaL_execresult")staticexecresult(l:State, stat:Int):Int

@:native("luaL_fileresult")staticfileresult(l:State, stat:Int, tname:String):Int

@:native("linc::lual::findtable")staticfindtable(l:State, idx:Int, fname:String, szhint:Int):String

@:native("luaL_getmetafield")staticgetmetafield(l:State, obj:Int, e:String):Int

@:native("luaL_getmetatable")staticgetmetatable(l:State, tname:String):Void

@:native("linc::lual::gsub")staticgsub(l:State, s:String, p:String, r:String):String

@:native("luaL_loadbuffer")staticloadbuffer(l:State, buff:String, sz:Int, name:String):Int

@:native("luaL_loadbufferx")staticloadbufferx(l:State, buff:String, sz:Int, name:String, mode:String):Int

@:native("luaL_loadfile")staticloadfile(l:State, filename:String):Int

@:native("luaL_loadfilex")staticloadfilex(l:State, filename:String, mode:String):Int

@:native("luaL_loadstring")staticloadstring(l:State, s:String):Int

@:native("luaL_newmetatable")staticnewmetatable(l:State, tname:String):Int

@:native("luaL_newstate")staticnewstate():State

@:native("luaL_openlibs")staticopenlibs(l:State):Void

@:native("luaL_optint")staticoptint(l:State, narg:Int, d:Int):Int

@:native("luaL_optinteger")staticoptinteger(l:State, narg:Int, d:Int):Int

@:native("luaL_optlong")staticoptlong(l:State, narg:Int, d:Float):Float

@:native("linc::lual::optlstring")staticoptlstring(l:State, narg:Int, d:String, l:UInt):String

@:native("luaL_optnumber")staticoptnumber(l:State, narg:Int, d:Float):Float

@:native("linc::lual::optstring")staticoptstring(l:State, narg:Int, d:String):String

@:native("linc::lual::prepbuffer")staticprepbuffer(b:BufferRef):String

@:native("luaL_pushresult")staticpushresult(b:BufferRef):Void

@:native("luaL_putchar")staticputchar(b:BufferRef, c:String):Void

@:native("luaL_ref")staticref(l:State, t:Int):Int

@:native("luaL_traceback")statictraceback(l:State, l2:State, msg:String, level:Int):Void

@:native("linc::lual::ltypename")statictypename(l:State, index:Int):String

@:native("luaL_typerror")statictyperror(l:State, narg:Int, tname:String):Int

@:native("luaL_unref")staticunref(l:State, t:Int, ref:Int):Void

@:native("luaL_where")staticwhere(l:State, lvl:Int):Void