|
|
|
List of all members.
Constructor & Destructor Documentation
| def __init__ |
( |
|
self, |
|
|
|
air, |
|
|
|
name = None |
|
) |
| |
Member Function Documentation
| def b_setParent |
( |
|
self, |
|
|
|
parentToken |
|
) |
| |
| def b_setPosHpr |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
h, |
|
|
|
p, |
|
|
|
r |
|
) |
| |
| def b_setXYZH |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
h |
|
) |
| |
| def d_setHpr |
( |
|
self, |
|
|
|
h, |
|
|
|
p, |
|
|
|
r |
|
) |
| |
| def d_setParent |
( |
|
self, |
|
|
|
parentToken |
|
) |
| |
| def d_setPos |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| |
| def d_setPosHpr |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
h, |
|
|
|
p, |
|
|
|
r |
|
) |
| |
set pos and hpr functions #######
| def d_setXY |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
| def d_setXYH |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
h |
|
) |
| |
| def d_setXYZH |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
h |
|
) |
| |
Inheritors should redefine this to take appropriate action on delete
Note that this may be called multiple times if a class inherits
from DistributedObjectAI more than once.
Reimplemented from DistributedObjectAI.
Reimplemented in DistributedSmoothNodeAI.
| def do_setParent |
( |
|
self, |
|
|
|
parentToken |
|
) |
| |
| def setLocation |
( |
|
self, |
|
|
|
parentId, |
|
|
|
zoneId, |
|
|
|
teleport = 0 |
|
) |
| |
| def setParent |
( |
|
self, |
|
|
|
parentToken |
|
) |
| |
| def setParentStr |
( |
|
self, |
|
|
|
parentToken |
|
) |
| |
| def setXYH |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
h |
|
) |
| |
| def setXYZH |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
h |
|
) |
| |
Member Data Documentation
| | |