Poodletooth-iLand/toontown/estate/DistributedLawnDecorAI.py

34 lines
681 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
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 setHeading(self, todo0):
pass
def setPosition(self, todo0, todo1, todo2):
pass
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