Inherits client::Avatar::Avatar.
List of all members.
Detailed Description
Definition at line 184 of file Avatar.py.
Member Function Documentation
| def client.Avatar.PlayerAvatar.__init__ |
( |
|
self |
) |
|
| def client.Avatar.PlayerAvatar.disableMouseTargetting |
( |
|
self |
) |
|
| def client.Avatar.PlayerAvatar.enableMouseTargetting |
( |
|
self |
) |
|
| def client.Avatar.PlayerAvatar.eventEntityKill |
( |
|
self, |
|
|
|
entityId, |
|
|
|
eventType, |
|
|
|
eventValue | |
|
) |
| | |
| def client.Avatar.PlayerAvatar.eventProficiencyPointGain |
( |
|
self, |
|
|
|
entityId, |
|
|
|
eventType, |
|
|
|
eventValue | |
|
) |
| | |
| def client.Avatar.PlayerAvatar.eventStatUpdate |
( |
|
self, |
|
|
|
entityId, |
|
|
|
eventType, |
|
|
|
eventValue | |
|
) |
| | |
| def client.Avatar.PlayerAvatar.facePosition |
( |
|
self, |
|
|
|
pos | |
|
) |
| | |
| def client.Avatar.PlayerAvatar.handleConsoleInput |
( |
|
self, |
|
|
|
line | |
|
) |
| | |
| def client.Avatar.PlayerAvatar.handleEscapeKey |
( |
|
self, |
|
|
|
isDown | |
|
) |
| | |
| def client.Avatar.PlayerAvatar.handleGuiEvent |
( |
|
self, |
|
|
|
event | |
|
) |
| | |
| def client.Avatar.PlayerAvatar.handleKeyEvent |
( |
|
self, |
|
|
|
isDown, |
|
|
|
key, |
|
|
|
mods | |
|
) |
| | |
| def client.Avatar.PlayerAvatar.handleLeftMouseButton |
( |
|
self, |
|
|
|
isDown | |
|
) |
| | |
left mouse button click handler store the entity that BigWorld.target() returns (if any) a current target
Definition at line 445 of file Avatar.py.
| def client.Avatar.PlayerAvatar.handleRightMouseButton |
( |
|
self, |
|
|
|
isDown | |
|
) |
| | |
Note that showCursor() below actually does a lot more than just switching the cursor display on/off! When the GUI cursor is "switched" off the BigWorld cursor is set to to the DC (direction cursor) and this actually couples mouse movement onto your entity/avatar model (see the init() set up in Anoria.py.
Definition at line 456 of file Avatar.py.
| def client.Avatar.PlayerAvatar.onEnterWorld |
( |
|
self, |
|
|
|
prereqs, |
|
|
|
initial = 1 | |
|
) |
| | |
| def client.Avatar.PlayerAvatar.onLeaveWorld |
( |
|
self |
) |
|
| def client.Avatar.PlayerAvatar.setTarget |
( |
|
self, |
|
|
|
entity | |
|
) |
| | |
| def client.Avatar.PlayerAvatar.updateCallback |
( |
|
self |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file:
- E:/project/Anoria2/bigworld/anoria/res/scripts/client/Avatar.py