Planeshift
|
A character mode and its properties. More...
#include <psmovement.h>
Public Attributes | |
uint32 | id |
ID of this character mode from server DB. | |
csString | idle_anim |
Base animation for this mode. | |
csString | idle_animation |
animation when not moving | |
psVelocity | modifier |
Velocity multiplier for this mode. | |
csVector3 | move_mod |
motion multiplier | |
csString | name |
Name of this mode. | |
csVector3 | rotate_mod |
rotation multiplier |
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.
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.