2015-03-03 22:10:12 +00:00
|
|
|
from direct.directnotify import DirectNotifyGlobal
|
|
|
|
from direct.distributed.DistributedNodeAI import DistributedNodeAI
|
|
|
|
|
|
|
|
class DistributedLawnDecorAI(DistributedNodeAI):
|
|
|
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedLawnDecorAI")
|
|
|
|
|
2015-03-13 21:18:59 +00:00
|
|
|
def getPlot(self):
|
|
|
|
pass
|
|
|
|
|
2015-03-03 22:10:12 +00:00
|
|
|
def setPlot(self, todo0):
|
|
|
|
pass
|
|
|
|
|
2015-03-13 21:18:59 +00:00
|
|
|
def getHeading(self):
|
2015-03-13 03:06:36 +00:00
|
|
|
pass
|
|
|
|
|
2015-03-03 22:10:12 +00:00
|
|
|
def setHeading(self, todo0):
|
|
|
|
pass
|
|
|
|
|
2015-03-13 21:18:59 +00:00
|
|
|
def getPosition(self):
|
2015-03-13 03:06:36 +00:00
|
|
|
pass
|
|
|
|
|
2015-03-03 22:10:12 +00:00
|
|
|
def setPosition(self, todo0, todo1, todo2):
|
|
|
|
pass
|
|
|
|
|
2015-03-13 21:18:59 +00:00
|
|
|
def getOwnerIndex(self):
|
2015-03-13 03:06:36 +00:00
|
|
|
pass
|
|
|
|
|
2015-03-03 22:10:12 +00:00
|
|
|
def setOwnerIndex(self, todo0):
|
|
|
|
pass
|
|
|
|
|
|
|
|
def plotEntered(self):
|
|
|
|
pass
|
|
|
|
|
|
|
|
def removeItem(self):
|
|
|
|
pass
|
|
|
|
|
|
|
|
def setMovie(self, todo0, todo1):
|
|
|
|
pass
|
|
|
|
|
|
|
|
def movieDone(self):
|
|
|
|
pass
|
|
|
|
|
|
|
|
def interactionDenied(self, todo0):
|
|
|
|
pass
|
|
|
|
|