LuaInterface.LuaStatePtr.LuaRawSetI C# (CSharp) Method

LuaRawSetI() public method

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