Advertisement
Guest User

Untitled

a guest
Jan 14th, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. def OnUpdate(self):
  2. if app.ENABLE_SORT_INVEN and self.tooltipInfo:
  3. for i in xrange(len(self.tooltipInfo)):
  4. if self.yenilebutton.IsIn():
  5. self.tooltipInfo[i].Show()
  6. else:
  7. self.tooltipInfo[i].Hide()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement