Jump to content

Recommended Posts

Hi, can someone help me with tooltip for hp mast hydra dungeon.

if app.ENABLE_DEFENSE_WAVE:
                self.MastHp = self.GetChild("MastHp")
                self.MastWindow = self.GetChild("MastWindow")
                self.MastHp.OnMouseOverIn = ui.__mem_func__(self.MastHp.ShowToolTip)
                self.MastHp.OnMouseOverOut = ui.__mem_func__(self.MastHp.HideToolTip)
                self.MastHp.SetShowToolTipEvent(self.MastHp.OnMouseOverIn)
                self.MastHp.SetHideToolTipEvent(self.MastHp.OnMouseOverOut)

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.