View Single Post
03-25-16, 05:16 PM   #20
Layback_
An Onyxian Warder
Join Date: Feb 2016
Posts: 358
Originally Posted by zork View Post
That is because oUF_Doom is using the default health element (module) that oUF is providing and which is available via self.Health = healthBar. I do not need my own element.

For example if you play a warlock and want to create your own soul shards module with oUF you can do it by creating your own element and registering it to oUF.
Hi again zork,

But, doesn't that mean it has to be self.Health = doomHealth? not self.doomHealth = doomHealth?

I also used default health element, tried self.testHealth = Health and it didn't work since the default health element refers to self.Health as its health bar.
  Reply With Quote