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