12.06.2020, 07:37
Single object update time you collect like this
You can do the same with multiple objects when using tag for several objects.
Code:
myobject = grp.find('0/0/2')
log(myobject.updatetime)
You can do the same with multiple objects when using tag for several objects.
Code:
myobjects = grp.tag('TAG')
for _, object in ipairs(myobjects) do
log(object.updatetime)
end
------------------------------
Ctrl+F5
Ctrl+F5