06.11.2018, 14:15
(06.11.2018, 13:33)buuuudzik Wrote:(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()
Hi buuuudzik
grp.find('alias') already return a table, why you cannot just write a function to perform some tests and make changes in this table ?
I am not understanding what you need obj.refresh() as refresh also means update.
B.R
Chouaibou.