What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

list of all ui elements?

eugor

New Member
Joined
Jun 13, 2012
Messages
8
Reaction score
0
can you dump them all somehow, without having to click them once and look at the hash manually?

and how is the mouseover supposed to work if you have to click that "refresh position" button anyway?
 
Zeta.Internals.UIElement.IsValidElement is a bool, but the rest should work.

no idea where we can get a list of the ui elements.
 
Asked for this in 2 threads already, heres one of them: http://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-support/54846-uielements-iteration.html
As you can see, noone seems to know the answer :/ (apart from devs ofc, but they are quite busy i guess :P)

Its probably either part of one of those object managers or its somewhere in this SNO, which i have no idea what is stands for.

ZetaDia.SNO.LookupSNOName(SNOGroup.UI, id ??);

This looks kinda interesting, it doesnt return UIElement, but its still something, but i have no idea where to get the id, i even tried to iterate ids from 0 to 10000, didnt really find anything.

Theres also this:
Zeta.Internals.UIElement.FromHash(ulong)

This might also lead somewhere.



Then theres ACDList and RActorList, but UIElement is not an Actor, its parent class is NativeObject.
So im kinda clueless :/.
 
Last edited:
Back
Top