Inherits Actor::Actor.
List of all members.
Detailed Description
Definition at line 24 of file Avatar.py.
Member Function Documentation
| def base.Avatar.Avatar.__init__ |
( |
|
self |
) |
|
| def base.Avatar.Avatar.assignProficiencyPoints |
( |
|
self, |
|
|
|
listIndex, |
|
|
|
points | |
|
) |
| | |
assign a number of points to a proficiency, do all required effects processing and housekeeping
- Parameters:
-
| listIndex | determines the proficiency to assign to |
| points | is the number of proficiency points to assign |
Definition at line 71 of file Avatar.py.
| def base.Avatar.Avatar.awardXp |
( |
|
self, |
|
|
|
Xp | |
|
) |
| | |
| def base.Avatar.Avatar.cb_writeToDB |
( |
|
self, |
|
|
|
success, |
|
|
|
base | |
|
) |
| | |
| def base.Avatar.Avatar.doProficienciesAssign |
( |
|
self, |
|
|
|
proficienciesList | |
|
) |
| | |
this is a client exposed function: very thoroughly validate the input list!
- Parameters:
-
| proficieniesList,: | client side list containing all edits (=values > 0) |
Definition at line 100 of file Avatar.py.
| def base.Avatar.Avatar.eventEntityKill |
( |
|
self, |
|
|
|
sourceId, |
|
|
|
Xp | |
|
) |
| | |
| def base.Avatar.Avatar.onClientDeath |
( |
|
self |
) |
|
| def base.Avatar.Avatar.onEntitiesEnabled |
( |
|
self |
) |
|
called once the client requests to receive cell updates: i.e the client is "online"
Note: self.cellData is automatically initialised by the System upon base creation
- per default its a dictionary initialised with the values from the entity.def file
- we just overide position here
Definition at line 157 of file Avatar.py.
| def base.Avatar.Avatar.onGetCell |
( |
|
self |
) |
|
called once our cell entity has been successfully created
Definition at line 200 of file Avatar.py.
| def base.Avatar.Avatar.onLogOnAttempt |
( |
|
self, |
|
|
|
ip, |
|
|
|
port, |
|
|
|
password | |
|
) |
| | |
| def base.Avatar.Avatar.onLoseCell |
( |
|
self |
) |
|
called once our cell entity has been destroyed
Definition at line 205 of file Avatar.py.
| def base.Avatar.Avatar.rpcClientRequest |
( |
|
self, |
|
|
|
reqCode, |
|
|
|
reqParams | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file:
- E:/project/Anoria2/bigworld/anoria/res/scripts/base/Avatar.py