mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
daniel and loud, look at the current error
This commit is contained in:
parent
ec2a67ed60
commit
bf46f64382
1 changed files with 6 additions and 6 deletions
|
@ -4,30 +4,30 @@ from direct.distributed.DistributedNodeAI import DistributedNodeAI
|
||||||
class DistributedLawnDecorAI(DistributedNodeAI):
|
class DistributedLawnDecorAI(DistributedNodeAI):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedLawnDecorAI")
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedLawnDecorAI")
|
||||||
|
|
||||||
|
def getPlot(self):
|
||||||
|
pass
|
||||||
|
|
||||||
def setPlot(self, todo0):
|
def setPlot(self, todo0):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def getPlot(self, todo0):
|
def getHeading(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def setHeading(self, todo0):
|
def setHeading(self, todo0):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def getHeading(self, todo0):
|
def getPosition(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def setPosition(self, todo0, todo1, todo2):
|
def setPosition(self, todo0, todo1, todo2):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def getPosition(self, todo0, todo1, todo2):
|
def getOwnerIndex(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def setOwnerIndex(self, todo0):
|
def setOwnerIndex(self, todo0):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def getOwnerIndex(self, todo1):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def plotEntered(self):
|
def plotEntered(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue