Exemple #1
0
 def setFactoryId(self, factoryId):
     self.factoryId = factoryId
     self.factoryType = ToontownGlobals.factoryId2factoryType[factoryId]
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(factoryId)
 def setMintId(self, mintId):
     self.mintId = mintId
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(mintId)
Exemple #3
0
 def setStageId(self, stageId):
     """call this w/ stageId as soon as you have it"""
     self.stageId = stageId
     # stageIds are 'logical' zoneIds (we don't actually go to the stageId
     # zone)
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(stageId)
Exemple #4
0
 def setMintId(self, mintId):
     self.mintId = mintId
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(mintId)
Exemple #5
0
 def setStageId(self, stageId):
     self.stageId = stageId
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(stageId)
 def setCountryClubId(self, countryClubId):
     self.countryClubId = countryClubId
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(countryClubId)
Exemple #7
0
 def setCountryClubId(self, countryClubId):
     self.countryClubId = countryClubId
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(countryClubId)
Exemple #8
0
 def setCountryClubId(self, countryClubId):
     """call this w/ countryClubId as soon as you have it"""
     self.countryClubId = countryClubId
     # countryClubIds are 'logical' zoneIds (we don't actually go to the countryClubId
     # zone)
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(countryClubId)
 def setStageId(self, stageId):
     self.stageId = stageId
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(stageId)
Exemple #10
0
 def setLawOfficeId(self, factoryId):
     self.lawOfficeId = factoryId
     self.factoryType = ToontownGlobals.factoryId2factoryType[factoryId]
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(factoryId)
Exemple #11
0
 def setMintId(self, mintId):
     """call this w/ mintId as soon as you have it"""
     self.mintId = mintId
     # mintIds are 'logical' zoneIds (we don't actually go to the mintId
     # zone)
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(mintId)
Exemple #12
0
 def setLawOfficeId(self, factoryId):
     """call this w/ factoryId as soon as you have it"""
     self.lawOfficeId = factoryId
     self.factoryType = ToontownGlobals.factoryId2factoryType[factoryId]
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(factoryId)
Exemple #13
0
 def setBoardOfficeId(self, boardofficeId):
     self.boardofficeId = boardofficeId
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(boardofficeId)