Home  Contents

debug.setmetatable

Debug Lua Commands

SYNOPSIS

debug.setmetatable(object,table)

DESCRIPTION

Sets the metatable for the given object to the given table (which can be nil).