Пример #1
0
    def __init__(self, air):
        try:
            self.DistributedToonUD_initialized
            return
        except:
            self.DistributedToonUD_initialized = 1

        DistributedObjectUD.__init__(self, air)
 def __init__(self, air):
     try:
         self.DistributedToonUD_initialized
         return
     except:
         self.DistributedToonUD_initialized = 1
     DistributedObjectUD.__init__(self, air)
     return
Пример #3
0
    def __init__(self, air):
        DistributedObjectUD.__init__(self, air)
        self.dna = ToonDNA.ToonDNA()
        self.clothesTopsList = []
        self.clothesBottomsList = []
        self.emoteAccess = [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
        self.fishingRod = 0
        
        if simbase.wantPets:
            self.petTrickPhrases = []
            
        if simbase.wantBingo:
            self.bingoCheat = False

        self.customMessages = []
        
        self.mailboxContents = CatalogItemList.CatalogItemList(store = CatalogItem.Customization)
    def announceGenerate(self):
        DistributedObjectUD.announceGenerate(self)

        self.sendUpdate('partyManagerUdStartingUp') # Shouldn't have to send to anyone special, as the field is airecv
Пример #5
0
 def __init__(self, air):
     DistributedObjectUD.__init__(self, air)
Пример #6
0
 def __init__(self, air):
     DistributedObjectUD.__init__(self, air)
     self.subscribed = {}
 def __init__(self, air):
     DistributedObjectUD.__init__(self, air)
     self.air = air
 def announceGenerate(self):
     DistributedObjectUD.announceGenerate(self)
     self.sendUpdate('lobbyManagerUdStartingUp')
Пример #9
0
    def announceGenerate(self):
        DistributedObjectUD.announceGenerate(self)

        self.sendUpdate(
            'partyManagerUdStartingUp'
        )  # Shouldn't have to send to anyone special, as the field is airecv
 def announceGenerate(self):
     DistributedObjectUD.announceGenerate(self)
     self.sendUpdate('lobbyManagerUdStartingUp')
Пример #11
0
 def delete(self):
     self.air.removeDOFromTables(self)
     DistributedObjectUD.delete(self)
Пример #12
0
    def __init__(self, air):
        DistributedObjectUD.__init__(self, air)

        self.name = 'NotGiven'
        self.available = 0
Пример #13
0
 def __init__(self, air):
     DistributedObjectUD.__init__(self, air)
     self.air = air
     self.clientId = None
     self.dbm = self.air.dbCollection['accounts']
     self.conn2fsm = {}
 def announceGenerate(self):
     DistributedObjectUD.announceGenerate(self)