|
Planeshift
|
A character mode and its properties. More...
#include <psmovement.h>
Public Attributes | |
| uint32 | id |
| ID of this character mode from server DB. More... | |
| csString | idle_anim |
| Base animation for this mode. More... | |
| csString | idle_animation |
| animation when not moving More... | |
| psVelocity | modifier |
| Velocity multiplier for this mode. More... | |
| csVector3 | move_mod |
| motion multiplier More... | |
| csString | name |
| Name of this mode. More... | |
| csVector3 | rotate_mod |
| rotation multiplier More... | |
A character mode and its properties.
Definition at line 53 of file psmovement.h.
| uint32 psCharMode::id |
ID of this character mode from server DB.
Definition at line 55 of file psmovement.h.
| csString psCharMode::idle_anim |
Base animation for this mode.
Definition at line 58 of file psmovement.h.
| csString psCharMode::idle_animation |
animation when not moving
Definition at line 109 of file cachemanager.h.
| psVelocity psCharMode::modifier |
Velocity multiplier for this mode.
Definition at line 57 of file psmovement.h.
| csVector3 psCharMode::move_mod |
motion multiplier
Definition at line 107 of file cachemanager.h.
| csString psCharMode::name |
Name of this mode.
Definition at line 56 of file psmovement.h.
| csVector3 psCharMode::rotate_mod |
rotation multiplier
Definition at line 108 of file cachemanager.h.