Table.isfrozen

From GiderosMobile
Revision as of 23:18, 20 January 2023 by MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' table<br/> === Description === This function returns true if the given table is frozen and false if it i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2022.3
Class: table

Description

This function returns true if the given table is frozen and false if it isn't frozen. You can freeze tables using table.freeze().

(boolean) = table.isfrozen(t)

Parameters

t: (table) the table to check

Return values

Returns (boolean) whether the table is frozen from table.freeze()