Ejemplo n.º 1
0
 def __init__(self):
     Base.__init__(self)
     self.__dynamic = {}
     self.__static = {}
Ejemplo n.º 2
0
 def __init__(self):
     Base.__init__(self)
     self.__dynamic = {}
     self.__static = {}
Ejemplo n.º 3
0
 def __init__(self):
     Base.__init__(self)
     self.primary_statistics = {}
     self.secondary_statistics = {}
Ejemplo n.º 4
0
 def set_world(self, world):
     """Bind the system to a world"""
     Base.set_world(self, world)
     app = world.application
     app.add_map_switch_callback(self.on_map_switched)
Ejemplo n.º 5
0
 def __init__(self):
     Base.__init__(self)
     self.globals = {}
     self.__scripts = {}
     self.reset()
Ejemplo n.º 6
0
 def __init__(self):
     Base.__init__(self)
     self.primary_statistics = {}
     self.secondary_statistics = {}
Ejemplo n.º 7
0
 def set_world(self, world):
     """Bind the system to a world"""
     Base.set_world(self, world)
     app = world.application
     app.add_map_switch_callback(self.on_map_switched)
Ejemplo n.º 8
0
 def __init__(self):
     Base.__init__(self)
     self.globals = {}
     self.__scripts = {}
     self.reset()