đTable Functions
These are all of the functions revolving tables that Wave supports.
Get Raw Metatable:
Returns the
__metatable
ofa1
.
Set Raw Metatable:
Sets the
__metatable
ofa1
toa2
.
Set Read Only:
Sets the read-only value of
a1
toa2
.
Is Read Only:
Returns if
a1
is read-only.
Last updated