mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-27 05:32:41 -06:00
57 lines
1.1 KiB
Python
57 lines
1.1 KiB
Python
from direct.directnotify import DirectNotifyGlobal
|
|
from direct.distributed.DistributedObjectAI import DistributedObjectAI
|
|
|
|
class DistributedCogdoInteriorAI(DistributedObjectAI):
|
|
notify = DirectNotifyGlobal.directNotify.newCategory("DistributedCogdoInteriorAI")
|
|
|
|
def setZoneId(self, todo0):
|
|
pass
|
|
|
|
def setExtZoneId(self, todo0):
|
|
pass
|
|
|
|
def setDistBldgDoId(self, todo0):
|
|
pass
|
|
|
|
def setNumFloors(self, todo0):
|
|
pass
|
|
|
|
def setShopOwnerNpcId(self, todo0):
|
|
pass
|
|
|
|
def setSOSNpcId(self, todo0):
|
|
pass
|
|
|
|
def setFOType(self, todo0):
|
|
pass
|
|
|
|
def setToons(self, todo0, todo1):
|
|
pass
|
|
|
|
def setSuits(self, todo0, todo1, todo2):
|
|
pass
|
|
|
|
def setState(self, todo0, todo1):
|
|
pass
|
|
|
|
def setAvatarJoined(self):
|
|
pass
|
|
|
|
def elevatorDone(self):
|
|
pass
|
|
|
|
def reserveJoinDone(self):
|
|
pass
|
|
|
|
def toonLeftBarrelRoom(self):
|
|
pass
|
|
|
|
def toonBarrelRoomIntroDone(self):
|
|
pass
|
|
|
|
def setBarrelRoomReward(self, todo0, todo1):
|
|
pass
|
|
|
|
def toonBarrelRoomRewardDone(self):
|
|
pass
|
|
|