Skip to main content

Name

msys.getClassMetaTable — Return the metatable for the named class

Synopsis

msys.getClassMetaTable(classnamestring);

classnamestring: string

Description

Returns the metatable for the named class. See http://www.lua.org/pil/13.html for more information about Lua metatables.

Because this function is in the msys namespace, an explicit require('msys') is not necessary.

Was this page helpful?