![]() |
Pioneer
|
Classes | |
| struct | FaceDescriptor |
Functions | |
| void | Init () |
| void | Uninit () |
| int | NumSpecies () |
| int | NumGenders (const int speciesIdx) |
| int | NumRaces (const int speciesIdx) |
| int | NumHeads (const int speciesIdx, const int raceIdx, const int genderIdx) |
| int | NumEyes (const int speciesIdx, const int raceIdx, const int genderIdx) |
| int | NumNoses (const int speciesIdx, const int raceIdx, const int genderIdx) |
| int | NumMouths (const int speciesIdx, const int raceIdx, const int genderIdx) |
| int | NumHairstyles (const int speciesIdx, const int raceIdx, const int genderIdx) |
| int | NumClothes (const int speciesIdx, const int raceIdx, const int genderIdx) |
| int | NumAccessories (const int speciesIdx, const int raceIdx, const int genderIdx) |
| int | NumArmour (const int speciesIdx, const int raceIdx, const int genderIdx) |
| void | PickFaceParts (FaceDescriptor &inout_face, const Uint32 seed) |
| void | BuildFaceImage (SDL_Surface *faceIm, const FaceDescriptor &face) |
Variables | |
| const int | FACE_WIDTH = 295 |
| const int | FACE_HEIGHT = 285 |
| void FaceParts::BuildFaceImage | ( | SDL_Surface * | faceIm, |
| const FaceDescriptor & | face | ||
| ) |
| void FaceParts::Init | ( | ) |

| int FaceParts::NumAccessories | ( | const int | speciesIdx, |
| const int | raceIdx, | ||
| const int | genderIdx | ||
| ) |
| int FaceParts::NumArmour | ( | const int | speciesIdx, |
| const int | raceIdx, | ||
| const int | genderIdx | ||
| ) |
| int FaceParts::NumClothes | ( | const int | speciesIdx, |
| const int | raceIdx, | ||
| const int | genderIdx | ||
| ) |
| int FaceParts::NumEyes | ( | const int | speciesIdx, |
| const int | raceIdx, | ||
| const int | genderIdx | ||
| ) |
| int FaceParts::NumGenders | ( | const int | speciesIdx | ) |

| int FaceParts::NumHairstyles | ( | const int | speciesIdx, |
| const int | raceIdx, | ||
| const int | genderIdx | ||
| ) |
| int FaceParts::NumHeads | ( | const int | speciesIdx, |
| const int | raceIdx, | ||
| const int | genderIdx | ||
| ) |
| int FaceParts::NumMouths | ( | const int | speciesIdx, |
| const int | raceIdx, | ||
| const int | genderIdx | ||
| ) |
| int FaceParts::NumNoses | ( | const int | speciesIdx, |
| const int | raceIdx, | ||
| const int | genderIdx | ||
| ) |
| int FaceParts::NumRaces | ( | const int | speciesIdx | ) |

| int FaceParts::NumSpecies | ( | ) |
| void FaceParts::PickFaceParts | ( | FaceDescriptor & | inout_face, |
| const Uint32 | seed | ||
| ) |

| void FaceParts::Uninit | ( | ) |
|
extern |
|
extern |