2015-03-03 22:10:12 +00:00
|
|
|
from direct.directnotify import DirectNotifyGlobal
|
|
|
|
from direct.distributed.DistributedObjectAI import DistributedObjectAI
|
|
|
|
|
|
|
|
class DistributedTargetAI(DistributedObjectAI):
|
|
|
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedTargetAI")
|
|
|
|
|
2015-03-12 23:10:42 +00:00
|
|
|
def setPosition(self, todo0, todo1, todo2):
|
|
|
|
pass
|
|
|
|
|
|
|
|
def setState(self, todo0, todo1, todo2):
|
|
|
|
pass
|
2015-03-03 22:10:12 +00:00
|
|
|
|
2015-03-12 23:10:42 +00:00
|
|
|
def setReward(self, todo0):
|
|
|
|
pass
|
2015-03-03 22:10:12 +00:00
|
|
|
|
2015-03-12 23:10:42 +00:00
|
|
|
def setResult(self, todo0):
|
2015-03-03 22:10:12 +00:00
|
|
|
pass
|
|
|
|
|
2015-03-12 23:10:42 +00:00
|
|
|
def setBonus(self, todo0):
|
|
|
|
pass
|
2015-03-03 22:10:12 +00:00
|
|
|
|
2015-03-12 23:10:42 +00:00
|
|
|
def setCurPinballScore(self, todo0, todo1, todo2):
|
|
|
|
pass
|
2015-03-03 22:10:12 +00:00
|
|
|
|
2015-03-12 23:10:42 +00:00
|
|
|
def setPinballHiScorer(self, todo0):
|
|
|
|
pass
|
2015-03-03 22:10:12 +00:00
|
|
|
|
2015-03-12 23:10:42 +00:00
|
|
|
def setPinballHiScore(self, todo0):
|
|
|
|
pass
|
2015-03-03 22:10:12 +00:00
|
|
|
|