06.11.2018, 13:33
(06.11.2018, 13:00)admin Wrote: You don't need getvalue() as value is already stored as obj.value
Available methods:
Code:read
write
response
update
checkwrite
checkresponse
checkupdate
You can get object's meta-table (including meta-methods) like this:
Code:log(getmetatable(obj))
Thanks. Yes, it is(it is something as screenshot). I've wanted stote the result of grp.find in a table and use this object later every 60s in Resident script and only use it via this methods. But while I want to use also updatetime then value update will be not enough. But I think you could add method like 'refresh' to not type again grp.find('1/1/1') but only e.g. obj.refresh()
Done is better than perfect