#include <hlacomponentconfig.h>
Public Member Functions | ||||
| HLAComponentConfig () | ||||
| ||||
| ~HLAComponentConfig () | ||||
| void | LoadConfiguration (HLAComponent &translator, const std::string &dataFilePath) | |||
| Populates the configuration of a translator based on the given file. | ||||
| dtHLAGM::HLAComponentConfig::HLAComponentConfig | ( | ) |
| dtHLAGM::HLAComponentConfig::~HLAComponentConfig | ( | ) |
| void dtHLAGM::HLAComponentConfig::LoadConfiguration | ( | HLAComponent & | translator, | |
| const std::string & | dataFilePath | |||
| ) |
Populates the configuration of a translator based on the given file.
| translator | the translator to populate | |
| dataFilePath | the path to the configuration file inside the delta3d data path. |