Type Function Library (globals) Return value Table Revision 2017.3060 Keywords rawset, rawget, tables See also rawget()
Sets the real value of table[index] to value without invoking any metamethod. table must be a table, index any value different from nil, and value any Lua value.
table[index]
value
table
index
nil
rawset
( table, index, value )
Table. Table to modify.
Number or String. Index into table.
The value to be written to table[index].