Planeshift
|
A character movement and its properties. More...
#include <psmovement.h>
Public Attributes | |
csVector3 | base_move |
motion for this | |
csVector3 | base_rotate |
rotation for this | |
uint32 | id |
ID of this movement type from server DB. | |
psVelocity | motion |
Motion aplied for this movement. | |
csString | name |
Name of this movement. |
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.
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.