コード例 #1
0
 def setFactoryId(self, factoryId):
     self.factoryId = factoryId
     self.factoryType = ToontownGlobals.factoryId2factoryType[factoryId]
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(factoryId)
コード例 #2
0
 def setCountryClubId(self, countryClubId):
     self.countryClubId = countryClubId
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(countryClubId)
コード例 #3
0
 def setFactoryId(self, factoryId):
     self.factoryId = factoryId
     self.factoryType = ToontownGlobals.factoryId2factoryType[factoryId]
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(factoryId)
コード例 #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)
コード例 #6
0
 def setStageId(self, stageId):
     self.stageId = stageId
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(stageId)
コード例 #7
0
 def setMintId(self, mintId):
     self.mintId = mintId
     self.cogTrack = ToontownGlobals.cogHQZoneId2dept(mintId)