Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) UniLua LuaAPI.lua_next Examples
Programming Language:
C# (CSharp)
Namespace/Package Name:
UniLua
Class/Type:
LuaAPI
Method/Function:
lua_next
Examples at hotexamples.com:
1
C# (CSharp) UniLua LuaAPI.lua_next - 1 examples found
. These are the top rated real world C# (CSharp) examples of
UniLua.LuaAPI.lua_next
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
lua_objlen(5)
StringFromNativeUtf8(3)
lua_createtable(3)
lua_newuserdata(2)
lua_insert(2)
lua_getfield(2)
luaL_tolstring(2)
luaL_loadfile(1)
luaL_checknumber(1)
lua_next(1)
ll_require(1)
luaL_checkinteger(1)
lua_gettop(1)
lua_gettable(1)
lua_getmetatable(1)
luaL_checklstring(1)
lua_geterror_info(1)
lua_error(1)
lua_concat(1)
luaL_loadpak(1)
lua_checkstack(1)
lua_atpanic(1)
luaL_unref(1)
luaL_checktype(1)
luaL_ref(1)
luaL_pushinteger(1)
luaL_openlibs(1)
luaL_newstate(1)
luaL_newmetatable(1)
luaL_loadstring(1)
NewState(1)
Frequently Used Methods
lua_objlen (5)
StringFromNativeUtf8 (3)
lua_createtable (3)
lua_newuserdata (2)
lua_insert (2)
lua_getfield (2)
luaL_tolstring (2)
luaL_loadfile (1)
luaL_checknumber (1)
lua_next (1)
Frequently Used Methods
ll_require (1)
luaL_checkinteger (1)
lua_gettop (1)
lua_gettable (1)
lua_getmetatable (1)
luaL_checklstring (1)
lua_geterror_info (1)
lua_error (1)
lua_concat (1)
luaL_loadpak (1)
lua_checkstack (1)
lua_atpanic (1)
luaL_unref (1)
luaL_checktype (1)
luaL_ref (1)
luaL_pushinteger (1)
luaL_openlibs (1)
luaL_newstate (1)
luaL_newmetatable (1)
luaL_loadstring (1)
Frequently Used Methods
lua_checkstack (1)
lua_atpanic (1)
luaL_unref (1)
luaL_checktype (1)
luaL_ref (1)
luaL_pushinteger (1)
luaL_openlibs (1)
luaL_newstate (1)
luaL_newmetatable (1)
luaL_loadstring (1)
NewState (1)
Frequently Used Methods
NewState (1)
Example #1
0
Show file
File:
LuaState.cs
Project:
iuvei/hzmj_client
public bool Next(int index) { return(LuaAPI.lua_next(this.m_lua, index) != 0); }
x