List of all members.
Detailed Description
Definition at line 10 of file Actor.py.
Member Function Documentation
| def base.Actor.Actor.__init__ |
( |
|
self |
) |
|
| def base.Actor.Actor.addEventProc |
( |
|
self, |
|
|
|
eventId, |
|
|
|
proc | |
|
) |
| | |
| def base.Actor.Actor.rpcDeathLoc |
( |
|
self, |
|
|
|
position, |
|
|
|
direction, |
|
|
|
modelNumber | |
|
) |
| | |
This RPC function is called by the cell component of actors to notify the base of the whereabouts of the entity's death.
The base component does not normaly have or require spatial information but here it is required in order to properly have the MORGUE create a corpse entity at the right spot. Additionaly we trigger the respawn of dead Player Avatars here.
- Parameters:
-
| | position vec3 death location |
| | direction vec3 orientation |
Definition at line 55 of file Actor.py.
| def base.Actor.Actor.rpcProcessEvent |
( |
|
self, |
|
|
|
sourceId, |
|
|
|
eventType, |
|
|
|
eventValue | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file:
- E:/project/Anoria2/bigworld/anoria/res/scripts/base/Actor.py