msys.getClassMetaTable
Last updated March 2020
Name
msys.getClassMetaTable — Return the metatable for the named class
Synopsis
msys.getClassMetaTable(classnamestring);
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?