Lua - Reflection - Get list of functions/fields on an object?
Posted
by luanoob
on Stack Overflow
See other posts from Stack Overflow
or by luanoob
Published on 2010-04-12T07:02:29Z
Indexed on
2010/04/12
7:03 UTC
Read the original article
Hit count: 285
I'm new to Lua and dealing with Lua as a scripting language in an alpha release of a program. The developer is unresponsive and I need to get a list of functions provided by some C++ objects which are accessible from the Lua code.
Is there any easy way to see what fields and functions these objects expose?
© Stack Overflow or respective owner