Metatables

makereadonly

Marks a table as readonly.

Syntax

makereadonly(target: table)

Arguments

NameTypeDescription
targettableTarget function, table, stack level, or object being inspected or changed.

Description

Marks a table as readonly.

Call it with 1 parameter(s): target. The argument table explains which values are required and which ones only refine the behavior.

It does not return data. Treat the call as an action and handle errors around the call site when needed.

Example

Example call with placeholder values.

makereadonly({})