![]() |
VR-Forces 4.10 Class Documentation
|
Contains information about the current DI-Guy character instance and some of its available options. More...
Protected Attributes | |
| std::string | myCharacterType |
| std::string | myCharacterAppearance |
| std::string | myCharacterHandItem |
| std::string | myCharacterHead |
| std::string | myCharacterAnimation |
| AlternateNamesList | myTaskableAnimationsList |
| bool | myUseRandomAppearanceUponCreation |
| DtRwNLengthStringVector | myRandomAppearances |
| bool | myUseRandomHandItemUponCreation |
| DtRwNLengthStringVector | myRandomHandItems |
| bool | myUseRandomHeadUponCreation |
| DtRwNLengthStringVector | myRandomHeads |
| bool | myDiGuyEnabled |
Contains information about the current DI-Guy character instance and some of its available options.
Used only by the Simulation Object Editor.
| DtDiGuyInformation::DtDiGuyInformation | ( | ) |
CTOR.
|
virtual |
DTOR.
| DtDiGuyInformation::DtDiGuyInformation | ( | const DtDiGuyInformation & | ) |
Copy constructor.
| DtDiGuyInformation& DtDiGuyInformation::operator= | ( | const DtDiGuyInformation & | ) |
| bool DtDiGuyInformation::operator== | ( | const DtDiGuyInformation & | ) | const |
|
inline |
|
virtual |
Seeds list from variable bindings. Will clear out all current information.
|
virtual |
Writes all information to the variable bindings, removing all old information first.
| void DtDiGuyInformation::setCharacterType | ( | const std::string & | s | ) |
| const std::string& DtDiGuyInformation::characterType | ( | ) | const |
| void DtDiGuyInformation::setCharacterAppearance | ( | const std::string & | s | ) |
| const std::string& DtDiGuyInformation::characterAppearance | ( | ) | const |
| void DtDiGuyInformation::setCharacterHandItem | ( | const std::string & | s | ) |
| const std::string& DtDiGuyInformation::characterHandItem | ( | ) | const |
| void DtDiGuyInformation::setCharacterHead | ( | const std::string & | s | ) |
| const std::string& DtDiGuyInformation::characterHead | ( | ) | const |
| void DtDiGuyInformation::setCharacterAnimation | ( | const std::string & | s | ) |
| const std::string& DtDiGuyInformation::characterAnimation | ( | ) | const |
| void DtDiGuyInformation::setCharacterTaskableAnimations | ( | const AlternateNamesList & | list | ) |
| const AlternateNamesList& DtDiGuyInformation::characterTaskableAnimations | ( | ) | const |
| void DtDiGuyInformation::setUseRandomAppearanceUponCreation | ( | bool | b | ) |
| bool DtDiGuyInformation::useRandomAppearanceUponCreation | ( | ) | const |
| void DtDiGuyInformation::setRandomAppearances | ( | const DtRwNLengthStringVector & | apps | ) |
| const DtRwNLengthStringVector& DtDiGuyInformation::randomAppearances | ( | ) | const |
| void DtDiGuyInformation::setUseRandomHandItemUponCreation | ( | bool | b | ) |
| bool DtDiGuyInformation::useRandomHandItemUponCreation | ( | ) | const |
| void DtDiGuyInformation::setRandomHandItems | ( | const DtRwNLengthStringVector & | items | ) |
| const DtRwNLengthStringVector& DtDiGuyInformation::randomHandItems | ( | ) | const |
| void DtDiGuyInformation::setUseRandomHeadUponCreation | ( | bool | b | ) |
| bool DtDiGuyInformation::useRandomHeadUponCreation | ( | ) | const |
| void DtDiGuyInformation::setRandomHeads | ( | const DtRwNLengthStringVector & | items | ) |
| const DtRwNLengthStringVector& DtDiGuyInformation::randomHeads | ( | ) | const |
| void DtDiGuyInformation::setDiGuyEnabled | ( | bool | b | ) |
| bool DtDiGuyInformation::diGuyEnabled | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |