LuaInterface.LuaStatePtr.LuaGetField C# (CSharp) Method

LuaGetField() public method

public LuaGetField ( int index, string key ) : void
index int
key string
return void
        public void LuaGetField(int index, string key)
        {
            LuaDLL.lua_getfield(L, index, key);
        }