_abilities | Engines::NWN::CharGenChoices | private |
_characterUsed | Engines::NWN::CharGenChoices | private |
_classFeats | Engines::NWN::CharGenChoices | private |
_classId | Engines::NWN::CharGenChoices | private |
_creature | Engines::NWN::CharGenChoices | private |
_domain1 | Engines::NWN::CharGenChoices | private |
_domain2 | Engines::NWN::CharGenChoices | private |
_goodness | Engines::NWN::CharGenChoices | private |
_lawfulness | Engines::NWN::CharGenChoices | private |
_normalFeats | Engines::NWN::CharGenChoices | private |
_notUsedSkills | Engines::NWN::CharGenChoices | private |
_package | Engines::NWN::CharGenChoices | private |
_racialAbilities | Engines::NWN::CharGenChoices | private |
_racialFeats | Engines::NWN::CharGenChoices | private |
_skills | Engines::NWN::CharGenChoices | private |
_soundSet | Engines::NWN::CharGenChoices | private |
_spells | Engines::NWN::CharGenChoices | private |
_spellSchool | Engines::NWN::CharGenChoices | private |
applyChoices() | Engines::NWN::CharGenChoices | |
CharGenChoices() | Engines::NWN::CharGenChoices | |
computeAvailSkillRank() | Engines::NWN::CharGenChoices | |
getAbility(Ability ability) const | Engines::NWN::CharGenChoices | |
getAbilityModifier(Ability ability) | Engines::NWN::CharGenChoices | |
getAlign(uint8 &goodness, uint8 &lawfulness) const | Engines::NWN::CharGenChoices | |
getCharacter() | Engines::NWN::CharGenChoices | |
getClass() const | Engines::NWN::CharGenChoices | |
getFeatItems(std::list< FeatItem > &feats, uint8 &normalFeats, uint8 &bonusFeats) | Engines::NWN::CharGenChoices | |
getFeats(std::vector< uint32 > &feats) | Engines::NWN::CharGenChoices | |
getPackage() const | Engines::NWN::CharGenChoices | |
getPrefDomains(uint8 &domain1, uint8 &domain2) | Engines::NWN::CharGenChoices | |
getPrefFeats(std::vector< uint32 > &feats) | Engines::NWN::CharGenChoices | |
getPrefSkills(std::vector< uint8 > &skills) | Engines::NWN::CharGenChoices | |
getPrefSpells(std::vector< std::vector< uint16 > > &spells) | Engines::NWN::CharGenChoices | |
getPrefSpellSchool() | Engines::NWN::CharGenChoices | |
getRace() const | Engines::NWN::CharGenChoices | |
getSkillItems(std::vector< SkillItem > &skills) | Engines::NWN::CharGenChoices | |
getSpellSchool() const | Engines::NWN::CharGenChoices | |
getTotalAbility(Ability ability) const | Engines::NWN::CharGenChoices | |
hasFeat(uint32 featId) const | Engines::NWN::CharGenChoices | |
hasPrereqFeat(uint32 featId, bool isClassFeat) | Engines::NWN::CharGenChoices | |
init() | Engines::NWN::CharGenChoices | private |
reset() | Engines::NWN::CharGenChoices | |
resetPackage() | Engines::NWN::CharGenChoices | |
setAbilities(std::vector< uint8 > abilities, std::vector< uint8 > racialAbilities) | Engines::NWN::CharGenChoices | |
setAlign(uint8 goodness, uint8 lawfulness) | Engines::NWN::CharGenChoices | |
setClass(uint32 classId) | Engines::NWN::CharGenChoices | |
setDomains(uint8 domain1, uint8 domain2) | Engines::NWN::CharGenChoices | |
setFeat(uint32 feat) | Engines::NWN::CharGenChoices | |
setGender(Gender gender) | Engines::NWN::CharGenChoices | |
setNotUsedSkills(uint8 notUsedSkills) | Engines::NWN::CharGenChoices | |
setPackage(uint8 package) | Engines::NWN::CharGenChoices | |
setPortrait(const Common::UString &portrait) | Engines::NWN::CharGenChoices | |
setRace(uint32 race) | Engines::NWN::CharGenChoices | |
setSkill(size_t skillIndex, uint8 rank) | Engines::NWN::CharGenChoices | |
setSoundSet(uint32 soundSetID) | Engines::NWN::CharGenChoices | |
setSpell(size_t spellLevel, uint16 spell) | Engines::NWN::CharGenChoices | |
setSpellSchool(uint8 spellSchool) | Engines::NWN::CharGenChoices | |
useCharacter(Module *module) | Engines::NWN::CharGenChoices | |
~CharGenChoices() | Engines::NWN::CharGenChoices | |