Type String Library display.* Revision 2017.3060 Keywords introspection, lastChange See also object._defined object._properties
Read-only property that provides the file and line number of the last change to any of the object's properties.
For further introspection options, see object._defined and object._properties.
local line = display.newLine( 200, 90, 227, 165 ) line.rotation = 45 print("line._lastChange: " .. line._lastChange ) --> line._lastChange: /Users/gimli/src/IntrospectionDemo/main.lua:4: