|
Planeshift
|
A character movement and its properties. More...
#include <psmovement.h>
Public Attributes | |
| csVector3 | base_move |
| motion for this More... | |
| csVector3 | base_rotate |
| rotation for this More... | |
| uint32 | id |
| ID of this movement type from server DB. More... | |
| psVelocity | motion |
| Motion aplied for this movement. More... | |
| csString | name |
| Name of this movement. More... | |
A character movement and its properties.
A movement type and its properties.
Definition at line 62 of file psmovement.h.
| csVector3 psMovement::base_move |
motion for this
Definition at line 117 of file cachemanager.h.
| csVector3 psMovement::base_rotate |
rotation for this
Definition at line 118 of file cachemanager.h.
| uint32 psMovement::id |
ID of this movement type from server DB.
Definition at line 64 of file psmovement.h.
| psVelocity psMovement::motion |
Motion aplied for this movement.
Definition at line 66 of file psmovement.h.
| csString psMovement::name |
Name of this movement.
Definition at line 65 of file psmovement.h.