LuaInterface.LuaStatePtr.LuaRawGetI C# (CSharp) Method

LuaRawGetI() public method

public LuaRawGetI ( int tableIndex, int index ) : void
tableIndex int
index int
return void
        public void LuaRawGetI(int tableIndex, int index)
        {
            LuaDLL.lua_rawgeti(L, tableIndex, index);
        }