Method |
Description |
|
luaL_callmeta ( IntPtr luaState, int stackPos, string name ) : int |
|
|
luaL_checkudata ( IntPtr luaState, int stackPos, string meta ) : IntPtr |
|
|
luaL_error ( IntPtr luaState, string message ) : void |
|
|
luaL_gsub ( IntPtr luaState, string str, string pattern, string replacement ) : string |
|
|
luaL_loadbufferx ( IntPtr luaState, byte buff, int size, string name, IntPtr x ) : int |
|
|
luaL_loadfile ( IntPtr luaState, string filename ) : int |
|
|
luaL_loadstring ( IntPtr luaState, string chunk ) : int |
|
|
luaL_newmetatable ( IntPtr luaState, string meta ) : int |
|
|
luaL_newstate ( ) : IntPtr |
|
|
luaL_openlibs ( IntPtr luaState ) : void |
|
|
luaL_ref ( IntPtr luaState, int registryIndex ) : int |
|
|
luaL_unref ( IntPtr luaState, int registryIndex, int reference ) : void |
|
|
luaL_where ( IntPtr luaState, int level ) : void |
|
|
luaS_checkColor ( IntPtr l, int p, float &x, float &y, float &z, float &w ) : int |
|
|
luaS_checkQuaternion ( IntPtr l, int p, float &x, float &y, float &z, float &w ) : int |
|
|
luaS_checkVector2 ( IntPtr l, int p, float &x, float &y ) : int |
|
|
luaS_checkVector3 ( IntPtr l, int p, float &x, float &y, float &z ) : int |
|
|
luaS_checkVector4 ( IntPtr l, int p, float &x, float &y, float &z, float &w ) : int |
|
|
luaS_checkluatype ( IntPtr l, int p, string t ) : int |
|
|
luaS_getcacheud ( IntPtr l, int index, int cref ) : int |
|
|
luaS_newuserdata ( IntPtr luaState, int val ) : void |
|
|
luaS_openextlibs ( IntPtr L ) : void |
|
|
luaS_pcall ( IntPtr luaState, int nArgs, int nResults, int errfunc ) : int |
|
|
luaS_pushColor ( IntPtr l, float x, float y, float z, float w ) : void |
|
|
luaS_pushQuaternion ( IntPtr l, float x, float y, float z, float w ) : void |
|
|
luaS_pushVector2 ( IntPtr l, float x, float y ) : void |
|
|
luaS_pushVector3 ( IntPtr l, float x, float y, float z ) : void |
|
|
luaS_pushVector4 ( IntPtr l, float x, float y, float z, float w ) : void |
|
|
luaS_pushobject ( IntPtr l, int index, string t, bool gco, int cref ) : int |
|
|
luaS_rawnetobj ( IntPtr luaState, int obj ) : int |
|
|
luaS_setDataVec ( IntPtr l, int p, float x, float y, float z, float w ) : void |
|
|
luaS_subclassof ( IntPtr l, int index, string t ) : int |
|
|
luaS_tolstring32 ( IntPtr luaState, int index, int &strLen ) : IntPtr |
|
|
luaS_yield ( IntPtr luaState, int nrets ) : int |
|
|
lua_atpanic ( IntPtr luaState, LuaCSFunction panicf ) : IntPtr |
|
|
lua_call ( IntPtr luaState, int nArgs, int nResults ) : void |
|
|
lua_callk ( IntPtr luaState, int nArgs, int nResults, int ctx, IntPtr k ) : int |
|
|
lua_close ( IntPtr luaState ) : void |
|
|
lua_compare ( IntPtr luaState, int index1, int index2, int op ) : int |
|
|
lua_concat ( IntPtr luaState, int n ) : void |
|
|
lua_copy ( IntPtr luaState, int from, int toidx ) : void |
|
|
lua_createtable ( IntPtr luaState, int narr, int nrec ) : void |
|
|
lua_error ( IntPtr luaState ) : int |
|
|
lua_gc ( IntPtr luaState, LuaGCOptions what, int data ) : int |
|
|
lua_getfenv ( IntPtr luaState, int stackPos ) : void |
|
|
lua_getfield ( IntPtr luaState, int stackPos, string meta ) : void |
|
|
lua_getglobal ( IntPtr luaState, string name ) : void |
|
|
lua_getmetatable ( IntPtr luaState, int objIndex ) : int |
|
|
lua_gettable ( IntPtr luaState, int index ) : void |
|
|
lua_gettop ( IntPtr luaState ) : int |
|
|
lua_isinteger ( IntPtr luaState, int p ) : int |
|
|
lua_isuserdata ( IntPtr luaState, int stackPos ) : int |
|
|
lua_lessthan ( IntPtr luaState, int stackPos1, int stackPos2 ) : int |
|
|
lua_load ( IntPtr luaState, LuaChunkReader chunkReader, ReaderInfo &data, string chunkName ) : int |
|
|
lua_newthread ( IntPtr L ) : IntPtr |
|
|
lua_next ( IntPtr luaState, int index ) : int |
|
|
lua_pcallk ( IntPtr luaState, int nArgs, int nResults, int errfunc, int ctx, IntPtr k ) : int |
|
|
lua_pushcclosure ( IntPtr l, IntPtr f, int nup ) : void |
|
|
lua_pushinteger ( IntPtr luaState, System.Int64 i ) : void |
|
|
lua_pushinteger ( IntPtr luaState, IntPtr i ) : void |
|
|
lua_pushlightuserdata ( IntPtr luaState, IntPtr udata ) : void |
|
|
lua_pushnil ( IntPtr luaState ) : void |
|
|
lua_pushnumber ( IntPtr luaState, double number ) : void |
|
|
lua_pushstring ( IntPtr luaState, string str ) : void |
|
|
lua_pushthread ( IntPtr L ) : int |
|
|
lua_pushvalue ( IntPtr luaState, int index ) : void |
|
|
lua_rawequal ( IntPtr luaState, int stackPos1, int stackPos2 ) : int |
|
|
lua_rawget ( IntPtr luaState, int index ) : void |
|
|
lua_rawgeti ( IntPtr luaState, int tableIndex, System.Int64 index ) : void |
|
|
lua_rawgeti ( IntPtr luaState, int tableIndex, int index ) : void |
|
|
lua_rawset ( IntPtr luaState, int index ) : void |
|
|
lua_rawseti ( IntPtr luaState, int tableIndex, System.Int64 index ) : void |
|
|
lua_rawseti ( IntPtr luaState, int tableIndex, int index ) : void |
|
|
lua_resume ( IntPtr L, IntPtr from, int narg ) : int |
|
|
lua_resume ( IntPtr L, int narg ) : int |
|
|
lua_rotate ( IntPtr luaState, int index, int n ) : int |
|
|
lua_setfenv ( IntPtr luaState, int stackPos ) : int |
|
|
lua_setfield ( IntPtr luaState, int stackPos, string name ) : void |
|
|
lua_setglobal ( IntPtr luaState, string name ) : void |
|
|
lua_setmetatable ( IntPtr luaState, int objIndex ) : int |
|
|
lua_setmetatable ( IntPtr luaState, int objIndex ) : void |
|
|
lua_settable ( IntPtr luaState, int index ) : void |
|
|
lua_settop ( IntPtr luaState, int newTop ) : void |
|
|
lua_status ( IntPtr L ) : int |
|
|
lua_tocfunction ( IntPtr luaState, int index ) : IntPtr |
|
|
lua_tointegerx ( IntPtr luaState, int index, IntPtr x ) : Int64 |
|
|
lua_tonumberx ( IntPtr luaState, int index, IntPtr x ) : double |
|
|
lua_tothread ( IntPtr L, int index ) : int |
|
|
lua_touserdata ( IntPtr luaState, int index ) : IntPtr |
|
|
lua_type ( IntPtr luaState, int index ) : LuaTypes |
|
|
lua_typename ( IntPtr luaState, int type ) : IntPtr |
|
|
lua_xmove ( IntPtr from, IntPtr to, int n ) : void |
|
|