๐Table
These are all of the functions revolving tables that Wave supports.
Get Raw Metatable
<table> getrawmetatable(<table> a1) Is Read Only
<bool> isreadonly(<table> a1) Is Writable
<bool> iswritable(<table tbl>)Make Read Only
<void> makereadonly(<table tbl>)Make Writable
Set Raw Metatable
Set Read Only
Last updated