Skip to content

Duel.GetMetatable

Source Code | Duel Functions

Equivalent of calling _G["c" .. code], returns the global metatable associated with that card's code (the "s" returned by GetID)

Signature

Duel.GetMetatable(int code) → table

lua
Duel.GetMetatable(code)

Parameters

Returns


under-construction