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