Skip to main content

Get Raw Metatable

getrawmetatable, get_raw_metatable
Retrieve the metatable of the object, bypassing its __metatable metamethod, and return the metatable.

Set Readonly

setreadonly, set_readonly, set_read_only
Sets the tab’s read-only value to val.

Is Readonly

isreadyonly, is_readonly, is_read_only
Returns the condition of the tab’s read-only value.

Make Writeable

makewriteable, make_writeable
Sets the tab’s read-only value to false.

Make Readonly

makereadonly, make_readonly
Sets the tab’s read-only value to true.