watch 01:25
Jurassic World: Dominion Dominates Fandom Wikis - The Loop
Do you like this video?
Play Sound
getmetatable( tbl )
- Gets the metatable for a table.
- tbl
-
- The table.
Returns the table's metatable.
Examples[]
Based on the pixel
class example in setmetatable:
p1 = pixel:new()
p1class = getmetatable(p1)
See also[]
setmetatable()
- Metatables
- Tables
- Lua