Skip to main content
Unlocks a read-only table so its contents can be changed again.
Acts as a shortcut for setreadonly(t, false). Most commonly used to lift a frozen table you can’t otherwise write to.

Parameters

Returns

void

Example

Necessary step before attempting to add or hook properties in a metatable.