Skip to main content

rawset

Sets the raw value of a table field, without invoking any __newindex metamethod.

rawset(tbl: table, key, value)

Arguments

NameDescriptionType
tblThe table to modify.table
keyThe key to set on the table.unknown
valueThe value to set the table key to.unknown