Skip to content

setreadonly

Description:

This function demonstrates the usage of the setreadonly API.

Example:

-- Set a table to be read-only
setreadonly(some_table, true)

print("Table set to read-only")