Esenthel
Administrator
|
RE: GuiObj instances unique id
The name is accessible through GuiObjs class.
And you can store pointers to returned objects.
|
|
06-19-2019 02:26 AM |
|
zarmen98
Member
|
RE: GuiObj instances unique id
but i'm getting objects like Gui.desktop().child(index)
and it's a GuiObj
pointer
so i can't reach the name
|
|
06-19-2019 09:33 PM |
|
Esenthel
Administrator
|
RE: GuiObj instances unique id
In that case you could compare the memory address of the object, and compare it to the stored pointer from GuiObjs
|
|
06-20-2019 03:50 AM |
|