2015-03-29 10:41:02 -05:00
|
|
|
from direct.directnotify import DirectNotifyGlobal
|
|
|
|
from direct.distributed.DistributedObjectUD import DistributedObjectUD
|
|
|
|
|
|
|
|
class DistributedPetUD(DistributedObjectUD):
|
|
|
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedPetUD")
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setDNA(self, dna):
|
|
|
|
pass
|
|
|
|
|
|
|
|
def setOwnerId(self, ownerId):
|
|
|
|
pass
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setTraitSeed(self, traitSeed):
|
|
|
|
pass
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setSafeZone(self, safeZone):
|
|
|
|
pass
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setHead(self, head):
|
|
|
|
pass
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setEars(self, ears):
|
|
|
|
pass
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setNose(self, nose):
|
|
|
|
pass
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setTail(self, tail):
|
|
|
|
pass
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setBodyTexture(self, bodyTexture):
|
|
|
|
pass
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setColor(self, color):
|
|
|
|
pass
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setColorScale(self, colorScale):
|
|
|
|
pass
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setEyeColor(self, eyeColor):
|
|
|
|
pass
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setGender(self, gender):
|
|
|
|
pass
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setLastSeenTimestamp(self, timestamp):
|
|
|
|
pass
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setTrickAptitudes(self, aptitudes):
|
|
|
|
pass
|
2015-04-27 23:24:58 -05:00
|
|
|
|
2015-03-29 10:41:02 -05:00
|
|
|
def setLastSeenTimestamp(self, timestamp):
|
|
|
|
pass
|