Panda3D
|
Public Member Functions | |
def | __init__ |
def | acquire |
def | release |
Public Attributes | |
acquire | |
locked | |
release | |
Static Public Attributes | |
tuple | notify = DirectNotifyGlobal.directNotify.newCategory("Messenger.Lock") |
This is a cheesy delayed implementation of Lock, designed to support the Toontown ActiveX launch, which must import Messenger before it has downloaded the rest of Panda. This is a TEMPORARY HACK, to be removed when the ActiveX launch is retired.
def __init__ | ( | self | ) |
def acquire | ( | self | ) |
def release | ( | self | ) |
tuple notify = DirectNotifyGlobal.directNotify.newCategory("Messenger.Lock") [static] |