Mana
Loading...
Searching...
No Matches
Functions
CharDB Namespace Reference

Character creation settings. More...

Functions

void load ()
 
void unload ()
 
unsigned getMinHairColor ()
 
unsigned getMaxHairColor ()
 
unsigned getMinHairStyle ()
 
unsigned getMaxHairStyle ()
 
unsigned getMinStat ()
 
unsigned getMaxStat ()
 
unsigned getSumStat ()
 
const std::vector< int > & getDefaultItems ()
 

Detailed Description

Character creation settings.

Function Documentation

◆ getDefaultItems()

const std::vector< int > & CharDB::getDefaultItems ( )

Definition at line 129 of file chardb.cpp.

◆ getMaxHairColor()

unsigned CharDB::getMaxHairColor ( )

Definition at line 99 of file chardb.cpp.

◆ getMaxHairStyle()

unsigned CharDB::getMaxHairStyle ( )

Definition at line 109 of file chardb.cpp.

◆ getMaxStat()

unsigned CharDB::getMaxStat ( )

Definition at line 119 of file chardb.cpp.

◆ getMinHairColor()

unsigned CharDB::getMinHairColor ( )

Definition at line 94 of file chardb.cpp.

◆ getMinHairStyle()

unsigned CharDB::getMinHairStyle ( )

Definition at line 104 of file chardb.cpp.

◆ getMinStat()

unsigned CharDB::getMinStat ( )

Definition at line 114 of file chardb.cpp.

◆ getSumStat()

unsigned CharDB::getSumStat ( )

Definition at line 124 of file chardb.cpp.

◆ load()

void CharDB::load ( )

Definition at line 47 of file chardb.cpp.

◆ unload()

void CharDB::unload ( )

Definition at line 87 of file chardb.cpp.