Planeshift
|
Defines a race. More...
#include <psclientchar.h>
Public Attributes | |
csString | description |
Description of race ( for character creation ) | |
bool | femaleAvailable |
csString | femaleModelName |
csVector3 | FirstPos |
csVector3 | FollowPos |
csArray< Trait * > | location [PSTRAIT_LOCATION_COUNT][PSCHARACTER_GENDER_COUNT] |
csVector3 | LookatPos |
bool | maleAvailable |
csString | maleModelName |
csString | name |
int | startingCP |
csVector3 | ViewerPos |
csVector3 | zoomLocations [PSTRAIT_LOCATION_COUNT] |
Camera location for character creation. |
Defines a race.
Defines things about a race such as the name of the models and the camera positions for the various camera modes. Also defines the zoom locations for the character creation.
Definition at line 205 of file psclientchar.h.
csString RaceDefinition::description |
Description of race ( for character creation )
Definition at line 208 of file psclientchar.h.
Definition at line 213 of file psclientchar.h.
csString RaceDefinition::femaleModelName |
Definition at line 210 of file psclientchar.h.
csVector3 RaceDefinition::FirstPos |
Definition at line 219 of file psclientchar.h.
csVector3 RaceDefinition::FollowPos |
Definition at line 219 of file psclientchar.h.
csArray<Trait*> RaceDefinition::location[PSTRAIT_LOCATION_COUNT][PSCHARACTER_GENDER_COUNT] |
Definition at line 221 of file psclientchar.h.
csVector3 RaceDefinition::LookatPos |
Definition at line 219 of file psclientchar.h.
Definition at line 214 of file psclientchar.h.
csString RaceDefinition::maleModelName |
Definition at line 211 of file psclientchar.h.
csString RaceDefinition::name |
Definition at line 207 of file psclientchar.h.
Definition at line 216 of file psclientchar.h.
csVector3 RaceDefinition::ViewerPos |
Definition at line 219 of file psclientchar.h.
csVector3 RaceDefinition::zoomLocations[PSTRAIT_LOCATION_COUNT] |
Camera location for character creation.
Definition at line 224 of file psclientchar.h.