Table Functions
<table> getrawmetatable(<table> obj)
<bool> setrawmetatable(<table> obj, <table> mt)
<void> setreadonly(<table> obj, <bool> val)
<void> make_readonly(<table> obj)
<void> make_writeable(<table> obj)
<bool> isreadonly(<table> obj)
Last updated
Was this helpful?