List of all members.
Detailed Description
Definition at line 19 of file Actor.py.
Member Function Documentation
| def client.Actor.Actor.__init__ |
( |
|
self |
) |
|
| def client.Actor.Actor.addEventProc |
( |
|
self, |
|
|
|
eventId, |
|
|
|
proc | |
|
) |
| | |
| def client.Actor.Actor.addMatchCap |
( |
|
self, |
|
|
|
cap | |
|
) |
| | |
| def client.Actor.Actor.attackStateChange |
( |
|
self, |
|
|
|
newState | |
|
) |
| | |
| def client.Actor.Actor.buildActionTable |
( |
|
self |
) |
|
| def client.Actor.Actor.combatStateChange |
( |
|
self, |
|
|
|
newState | |
|
) |
| | |
| def client.Actor.Actor.delMatchCap |
( |
|
self, |
|
|
|
cap | |
|
) |
| | |
| def client.Actor.Actor.eventYouDied |
( |
|
self, |
|
|
|
attackerId, |
|
|
|
eventyType, |
|
|
|
eventValue | |
|
) |
| | |
| def client.Actor.Actor.hasMatchCap |
( |
|
self, |
|
|
|
cap | |
|
) |
| | |
| def client.Actor.Actor.moveStateChange |
( |
|
self, |
|
|
|
newState | |
|
) |
| | |
| def client.Actor.Actor.popMatchCaps |
( |
|
self |
) |
|
| def client.Actor.Actor.pushMatchCaps |
( |
|
self |
) |
|
| def client.Actor.Actor.rpcChangeState |
( |
|
self, |
|
|
|
stateIndex, |
|
|
|
stateValue | |
|
) |
| | |
| def client.Actor.Actor.rpcPerformAction |
( |
|
self, |
|
|
|
actionId | |
|
) |
| | |
| def client.Actor.Actor.rpcProcessEvent |
( |
|
self, |
|
|
|
sourceId, |
|
|
|
eventType, |
|
|
|
eventValue | |
|
) |
| | |
| def client.Actor.Actor.set_healthPercent |
( |
|
self, |
|
|
|
old_hp | |
|
) |
| | |
| def client.Actor.Actor.setTarget |
( |
|
self, |
|
|
|
entity | |
|
) |
| | |
| def client.Actor.Actor.setupActionMatcher |
( |
|
self |
) |
|
| def client.Actor.Actor.stanceStateChange |
( |
|
self, |
|
|
|
newState | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file:
- E:/project/Anoria2/bigworld/anoria/res/scripts/client/Actor.py