Beispiel #1
0
 def __init__(self, offset):
     Aim.__init__(self, 'postmortem', offset)
     self.__msgCaption = i18n.makeString(INGAME_GUI.PLAYER_MESSAGES_POSTMORTEM_CAPTION)
Beispiel #2
0
 def __init__(self, offset, isSniper):
     Aim.__init__(self, 'sniper' if isSniper else 'arcade', offset)
     self.__isSniper = isSniper
Beispiel #3
0
 def __init__(self, offset, isPostMortem = False):
     Aim.__init__(self, 'strategic', offset)
     self._distance = 0
Beispiel #4
0
 def __init__(self, offset):
     Aim.__init__(self, 'postmortem', offset)
     self.__msgCaption = i18n.makeString('#ingame_gui:player_messages/postmortem_caption')
Beispiel #5
0
 def __init__(self, offset, isSniper):
     Aim.__init__(self, 'sniper' if isSniper else 'arcade', offset)
     self.__isSniper = isSniper
Beispiel #6
0
 def __init__(self, offset):
     Aim.__init__(self, 'postmortem', offset)
     self.__msgCaption = i18n.makeString(
         INGAME_GUI.PLAYER_MESSAGES_POSTMORTEM_CAPTION)
Beispiel #7
0
 def __init__(self, offset, isPostMortem=False):
     Aim.__init__(self, 'strategic', offset)
     self._distance = 0