Panda3D
|
Public Member Functions | |
def | __init__ (self, air) |
def | announceGenerate (self) |
def | delete (self) |
def | execCommand (self, command, mwMgrId, avId, zoneId) |
![]() | |
def | getDeleteEvent (self) |
def | sendDeleteEvent (self) |
def | status (self, indent=0) |
![]() | |
def | getLocation (self) |
def | getParentObj (self) |
def | handleChildArrive (self, childObj, zoneId) |
def | handleChildArriveZone (self, childObj, zoneId) |
def | handleChildLeave (self, childObj, zoneId) |
def | handleChildLeaveZone (self, childObj, zoneId) |
def | handleQueryObjectChildrenLocalDone (self, context) |
def | hasParentingRules (self) |
![]() | |
def | accept (self, event, method, extraArgs=[]) |
def | acceptOnce (self, event, method, extraArgs=[]) |
def | addTask (self, *args, **kwargs) |
def | detectLeaks (self) |
def | doMethodLater (self, *args, **kwargs) |
def | getAllAccepting (self) |
def | ignore (self, event) |
def | ignoreAll (self) |
def | isAccepting (self, event) |
def | isIgnoring (self, event) |
def | removeAllTasks (self) |
def | removeTask (self, taskOrName) |
Public Attributes | |
ExecNamespace | |
![]() | |
accountName | |
air | |
dclass | |
DistributedObjectUD_initialized | |
lastNonQuietZone | |
![]() | |
cr | |
parentId | |
zoneId | |
Static Public Attributes | |
int | doNotDeallocateChannel = 1 |
int | isGlobalDistObj = 1 |
notify = directNotify.newCategory('DistributedObjectGlobalUD') | |
![]() | |
notify = directNotify.newCategory("DistributedObjectUD") | |
int | QuietZone = 1 |
![]() | |
notify = directNotify.newCategory("DistributedObjectBase") | |
![]() | |
def | accept_once = acceptOnce |
def | add_task = addTask |
def | detect_leaks = detectLeaks |
def | do_method_later = doMethodLater |
def | get_all_accepting = getAllAccepting |
def | ignore_all = ignoreAll |
def | is_accepting = isAccepting |
def | is_ignoring = isIgnoring |
def | remove_all_tasks = removeAllTasks |
def | remove_task = removeTask |
def __init__ | ( | self, | |
air | |||
) |
Reimplemented from DistributedObjectUD.
def announceGenerate | ( | self | ) |
def delete | ( | self | ) |
Inheritors should redefine this to take appropriate action on delete Note that this may be called multiple times if a class inherits from DistributedObjectUD more than once.
Reimplemented from DistributedObjectUD.
def execCommand | ( | self, | |
command, | |||
mwMgrId, | |||
avId, | |||
zoneId | |||
) |
|
static |
ExecNamespace |
|
static |
|
static |