Poodletooth-iLand/toontown/estate/DistributedLawnDecorAI.py
2015-03-12 22:06:36 -05:00

45 lines
884 B
Python

from direct.directnotify import DirectNotifyGlobal
from direct.distributed.DistributedNodeAI import DistributedNodeAI
class DistributedLawnDecorAI(DistributedNodeAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedLawnDecorAI")
def setPlot(self, todo0):
pass
def getPlot(self, todo0):
pass
def setHeading(self, todo0):
pass
def getHeading(self, todo0):
pass
def setPosition(self, todo0, todo1, todo2):
pass
def getPosition(self, todo0, todo1, todo2):
pass
def setOwnerIndex(self, todo0):
pass
def getOwnerIndex(self, todo1):
pass
def plotEntered(self):
pass
def removeItem(self):
pass
def setMovie(self, todo0, todo1):
pass
def movieDone(self):
pass
def interactionDenied(self, todo0):
pass