Пример #1
0
 def __init__(self):
     BaseAction.__init__(self, 'acHideConsole', 'Hides the debug console')
Пример #2
0
 def __init__(self):
     BaseAction.__init__(self, 'acShowConsole', 'Show the debug console')
Пример #3
0
 def __init__(self):
     BaseAction.__init__(self, 'acToggleConsole',
                         'Toggles the debug console visibility')
Пример #4
0
 def __init__(self):
     BaseAction.__init__(self, 'acPause', 'Pauses the game')
Пример #5
0
 def __init__(self):
     BaseAction.__init__(self, 'acResume', 'Resumes the game')
Пример #6
0
 def __init__(self):
     BaseAction.__init__(self, 'acVoid', 'Does nothing')
Пример #7
0
 def __init__(self):
     BaseAction.__init__(self, 'acGotoNode',
                         'Changes the currently active node.')
Пример #8
0
 def __init__(self):
     BaseAction.__init__(self, 'acToggleInventory',
                         'Toggles the visibility of the inventory')
Пример #9
0
 def __init__(self):
     BaseAction.__init__(self, 'acChangeState',
                         'Changes the state of the game')
Пример #10
0
 def __init__(self):
     BaseAction.__init__(self, 'acExit', 'Exits the game')