Exemple #1
0
 def __init__(self, application, performer, target, commands=None):
     BaseAction.__init__(self, application, commands)
     self.commands = commands or ()
     self.application = application
     self.performer = performer
     self.target = target
     self.executed = False
Exemple #2
0
 def __init__(self, application, performer, target, commands=None):
     BaseAction.__init__(self, application, commands)
     self.commands = commands or ()
     self.application = application
     self.performer = performer
     self.target = target
     self.executed = False
Exemple #3
0
 def __init__(self, application, position, commands=None):
     BaseAction.__init__(self, application, commands)
     self.position = position
 def __init__(self, application, red, green, blue, commands=None):
     BaseAction.__init__(self, application, commands)
     self.red = red
     self.green = green
     self.blue = blue
Exemple #5
0
 def __init__(self, application, red, green, blue, commands=None):
     BaseAction.__init__(self, application, commands)
     self.red = red
     self.green = green
     self.blue = blue
Exemple #6
0
 def __init__(self, application, position, commands=None):
     BaseAction.__init__(self, application, commands)
     self.position = position