VR-Engage  2.2
Loading...
Searching...
No Matches
Driver Control Logic Role Parameters

Detailed Description

Collaboration diagram for Driver Control Logic Role Parameters:

Variables

constexpr const char * makVre::DriverControlLogicConfig::hasDifferentialLock = "hasDifferentialLock"
 
constexpr const char * makVre::DriverControlLogicConfig::canPivot = "canPivot"
 
constexpr const char * makVre::DriverControlLogicConfig::hasTowHook = "hasTowHook"
 
constexpr const char * makVre::DriverControlLogicConfig::showInclinometer = "showInclinometer"
 

Variable Documentation

◆ hasDifferentialLock

const char* makVre::DriverControlLogicConfig::hasDifferentialLock = "hasDifferentialLock"
constexpr
Parameter NamehasDifferentialLock
Parameter DescriptionDetermines whether or not this role will have diff lock.
Parameter Typebool
Parameter Defaultfalse
Required?No

Example Role Config Usage:

["driverControlLogic"] = {
...
hasDifferentialLock = false;
...
};

◆ canPivot

const char* makVre::DriverControlLogicConfig::canPivot = "canPivot"
constexpr
Parameter NamecanPivot
Parameter DescriptionDetermines whether or not this role has the ability to pivot.
Parameter Typebool
Parameter Defaultfalse
Required?No

Example Role Config Usage:

["driverControlLogic"] = {
...
canPivot = false;
...
};

◆ hasTowHook

const char* makVre::DriverControlLogicConfig::hasTowHook = "hasTowHook"
constexpr
Parameter NamehasTowHook
Parameter DescriptionDoes this role have the ability for towing.
Parameter Typebool
Parameter Defaultfalse
Required?No

Example Role Config Usage:

["driverControlLogic"] = {
...
hasTowHook = false;
...
};

◆ showInclinometer

const char* makVre::DriverControlLogicConfig::showInclinometer = "showInclinometer"
constexpr
Parameter NameshowInclinometer
Parameter DescriptionDetermines whether to show the inclinometer instrument displaying entity pitch and roll.
Parameter Typebool
Parameter Defaultfalse
Required?No

Example Role Config Usage:

["driverControlLogic"] = {
...
showInclinometer = false;
...
};