コード例 #1
0
ファイル: PandaNode.py プロジェクト: Toonerz/Toontown-2003
 def findParent(self, node):
     returnValue = libpanda._inPkJyoNWG_(self.this, node.this)
     return returnValue
コード例 #2
0
 def findParent(self, node):
     upcastSelf = self
     upcastSelf = upcastSelf.upcastToLensNode()
     returnValue = libpanda._inPkJyoNWG_(upcastSelf.this, node.this)
     return returnValue
コード例 #3
0
ファイル: LightNode.py プロジェクト: Toonerz/Toontown-2003
 def findParent(self, node):
     upcastSelf = self
     upcastSelf = upcastSelf.upcastToPandaNode()
     returnValue = libpanda._inPkJyoNWG_(upcastSelf.this, node.this)
     return returnValue
コード例 #4
0
ファイル: PandaNode.py プロジェクト: darktohka/Toontown-2003
 def findParent(self, node):
     returnValue = libpanda._inPkJyoNWG_(self.this, node.this)
     return returnValue