|
VR-Engage
2.2
|
Variables | |
| constexpr const char * | makVre::MetaRoleControlLogicConfig::inputConfigFile = "inputConfigFile" |
| constexpr const char * | makVre::MetaRoleControlLogicConfig::inputConfigGroup = "inputConfigGroup" |
| constexpr const char * | makVre::MetaRoleControlLogicConfig::nextSubRoleBinding = "nextSubRoleBinding" |
| constexpr const char * | makVre::MetaRoleControlLogicConfig::subRoles = "subRoles" |
|
constexpr |
| Parameter Name | inputConfigFile |
|---|---|
| Parameter Description | Path to the input configuration file for meta role bindings. |
| Parameter Type | string |
| Parameter Default | N/A |
| Required? | Yes |
Example Role Config Usage:
|
constexpr |
| Parameter Name | inputConfigGroup |
|---|---|
| Parameter Description | Input configuration group name within the input config file. |
| Parameter Type | string |
| Parameter Default | "meta" |
| Required? | No |
Example Role Config Usage:
|
constexpr |
| Parameter Name | nextSubRoleBinding |
|---|---|
| Parameter Description | Input action binding name for switching to the next sub-role. |
| Parameter Type | string |
| Parameter Default | "next-sub-role" |
| Required? | No |
Example Role Config Usage:
|
constexpr |
\vreRoleParamRequired{subRoles,table,metaRoleControlLogic,{"role1","role2","role3"},Array of sub-role names that this meta role can switch between.}