My Project
|
a single path variable More...
#include <FilePath.h>
Public Attributes | |
std::string | m_sVarName |
variable name | |
std::string | m_sVarValue |
to which string value this variable is mapped to. More... | |
bool | m_bEditable |
whether this variable can be replaced or overridden from scripting interface. More... | |
bool | m_bEnableEncoding |
whether this is used during encoding. More... | |
a single path variable
bool ParaEngine::CPathVariable::m_bEditable |
whether this variable can be replaced or overridden from scripting interface.
bool ParaEngine::CPathVariable::m_bEnableEncoding |
whether this is used during encoding.
std::string ParaEngine::CPathVariable::m_sVarValue |
to which string value this variable is mapped to.