Skip to main content

rawget

Gets the raw value of a table field, without invoking any __index metamethod.

rawget(tbl: table, key):

Arguments

NameDescriptionType
tblThe table to get the field from.table
keyThe key to get from the table.unknown

Returns value: undefined