示例#1
0
 def setFactoryId(self, factoryId):
     self.factoryId = factoryId
     self.factoryType = ToontownGlobals.factoryId2factoryType[factoryId]
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(factoryId)
示例#2
0
 def setMintId(self, mintId):
     self.mintId = mintId
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(mintId)
示例#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)
示例#4
0
 def setMintId(self, mintId):
     self.mintId = mintId
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(mintId)
示例#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)
示例#7
0
 def setCountryClubId(self, countryClubId):
     self.countryClubId = countryClubId
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(countryClubId)
示例#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)
示例#10
0
 def setLawOfficeId(self, factoryId):
     self.lawOfficeId = factoryId
     self.factoryType = ToontownGlobals.factoryId2factoryType[factoryId]
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(factoryId)
示例#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)
示例#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)
示例#13
0
 def setBoardOfficeId(self, boardofficeId):
     self.boardofficeId = boardofficeId
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(boardofficeId)