daniel and loud, look at the current error

This commit is contained in:
Zach 2015-03-13 16:18:59 -05:00
parent ec2a67ed60
commit bf46f64382

View file

@ -4,30 +4,30 @@ from direct.distributed.DistributedNodeAI import DistributedNodeAI
class DistributedLawnDecorAI(DistributedNodeAI):
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedLawnDecorAI")
def getPlot(self):
pass
def setPlot(self, todo0):
pass
def getPlot(self, todo0):
def getHeading(self):
pass
def setHeading(self, todo0):
pass
def getHeading(self, todo0):
def getPosition(self):
pass
def setPosition(self, todo0, todo1, todo2):
pass
def getPosition(self, todo0, todo1, todo2):
def getOwnerIndex(self):
pass
def setOwnerIndex(self, todo0):
pass
def getOwnerIndex(self, todo1):
pass
def plotEntered(self):
pass