Inherits Actor::Actor.
List of all members.
Detailed Description
Definition at line 19 of file Mob.py.
Member Function Documentation
| def cell.Mob.Mob.__init__ |
( |
|
self |
) |
|
| def cell.Mob.Mob.die |
( |
|
self, |
|
|
|
sourceId | |
|
) |
| | |
| def cell.Mob.Mob.eventUnderAttack |
( |
|
self, |
|
|
|
attackerId, |
|
|
|
eventValue | |
|
) |
| | |
eventUnderAttack is received when ever anything hostile is done to this Actor.
- Parameters:
-
| attackerId | is the entity id of the hostile entity |
| eventValue | is the type of hostile activity |
Definition at line 110 of file Mob.py.
| def cell.Mob.Mob.onTimer |
( |
|
self, |
|
|
|
timerId, |
|
|
|
userData | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file:
- E:/project/Anoria2/bigworld/anoria/res/scripts/cell/Mob.py