lua_getfield() public static method

public static lua_getfield ( LuaState luaState, TableIndex index, string k ) : void
luaState LuaState
index TableIndex
k string
return void
Example #1
0
 public static void lua_getfield(this LuaState luaState, TableIndex index, string k) => Lua.lua_getfield(luaState, index, k);