xoreos
0.0.5
|
#include <partyconfig.h>
Public Member Functions | |
PartyConfiguration () | |
PartyConfiguration (const PartyConfiguration &config) | |
Public Attributes | |
Common::UString | slotTemplate [10] |
bool | slotSelected [10] |
int | forceNPC1 |
int | forceNPC2 |
bool | canCancel |
Definition at line 36 of file partyconfig.h.
Engines::KotOR::PartyConfiguration::PartyConfiguration | ( | ) |
Definition at line 33 of file partyconfig.cpp.
References kMaxSlotCount, and slotSelected.
Engines::KotOR::PartyConfiguration::PartyConfiguration | ( | const PartyConfiguration & | config | ) |
Definition at line 42 of file partyconfig.cpp.
References kMaxSlotCount, slotSelected, and slotTemplate.
bool Engines::KotOR::PartyConfiguration::canCancel |
Definition at line 41 of file partyconfig.h.
Referenced by Engines::KotOR::PartySelectionGUI::loadConfiguration(), and Engines::KotOR::Module::showPartySelectionGUI().
int Engines::KotOR::PartyConfiguration::forceNPC1 |
Definition at line 39 of file partyconfig.h.
Referenced by Engines::KotOR::PartySelectionGUI::callbackActive(), Engines::KotOR::PartySelectionGUI::loadConfiguration(), and Engines::KotOR::Module::showPartySelectionGUI().
int Engines::KotOR::PartyConfiguration::forceNPC2 |
Definition at line 40 of file partyconfig.h.
Referenced by Engines::KotOR::PartySelectionGUI::callbackActive(), Engines::KotOR::PartySelectionGUI::loadConfiguration(), and Engines::KotOR::Module::showPartySelectionGUI().
bool Engines::KotOR::PartyConfiguration::slotSelected[10] |
Common::UString Engines::KotOR::PartyConfiguration::slotTemplate[10] |
Definition at line 37 of file partyconfig.h.
Referenced by Engines::KotOR::PartySelectionGUI::loadConfiguration(), PartyConfiguration(), and Engines::KotOR::Module::showPartySelectionGUI().