View Single Post
07/29/19, 03:41 PM   #1
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
[open] rawset doesn't return anything

In ESOLua on LIVE (5.0) and PTS (5.1), rawset doesn't return anything (not even nil).

According to Lua 5.1 / 5.2 / 5.3 reference, rawset(t, k, v) should return t. I tested one other interpreter, lua5.1 from Ubuntu bionic, and it does return the table.
  Reply With Quote