def __init__(self, cr, name='TutorialTeleportActorOV', doEffect=True):
     DistributedTeleportActorOV.__init__(self, cr, name, doEffect=doEffect)
 def __init__(self, cr, name = 'ShipTeleportActorOV', doEffect = True):
     DistributedTeleportActorOV.__init__(self, cr, name, doEffect = doEffect)
 def __init__(self, cr, name='InstanceTeleportActorOV', doEffect=True):
     DistributedTeleportActorOV.__init__(self, cr, name, doEffect=doEffect)
 def __init__(self, cr, doEffect = True):
     DistributedTeleportActorOV.__init__(self, cr, 'JailTeleportActorOV', doEffect = doEffect)
 def __init__(self, cr, doEffect=True):
     DistributedTeleportActorOV.__init__(self,
                                         cr,
                                         'JailTeleportActorOV',
                                         doEffect=doEffect)