Пример #1
0
 def isClickable(self):
     if self.getChatText() and self.hasChatButton():
         return True
     return NametagGlobals.wantActiveNametags and Clickable2d.isClickable(self)
 def isClickable(self):
     if self.getChatText() and self.hasChatButton():
         return True
     return NametagGlobals.wantActiveNametags and Clickable2d.isClickable(self)