|
VR-Engage
2.2
|
Variables | |
| constexpr const char * | HumanRenderUpdaterConfig::firstPersonModelMap = "firstPersonModelMap" |
| constexpr const char * | HumanRenderUpdaterConfig::healthEffectHealthMaximum = "healthEffectHealthMaximum" |
| constexpr const char * | HumanRenderUpdaterConfig::healthEffectHealthMinimum = "healthEffectHealthMinimum" |
| constexpr const char * | HumanRenderUpdaterConfig::healthEffectOpacityMaximum = "healthEffectOpacityMaximum" |
| constexpr const char * | HumanRenderUpdaterConfig::hideFirstPersonModelWhileAiming = "hideFirstPersonModelWhileAiming" |
| constexpr const char * | HumanRenderUpdaterConfig::hitEffectDuration = "hitEffectDuration" |
|
constexpr |
| Parameter Name | firstPersonModelMap |
|---|---|
| Parameter Description | Mapping between weapons and model definitions for first-person view. |
| Parameter Type | DtInitTable |
| Parameter Default | N/A |
| Required? | Yes |
Example Role Config Usage:
|
constexpr |
| Parameter Name | healthEffectHealthMaximum |
|---|---|
| Parameter Description | Maximum health value for health effect visibility. |
| Parameter Type | double |
| Parameter Default | 0.85 |
| Required? | No |
Example Role Config Usage:
|
constexpr |
| Parameter Name | healthEffectHealthMinimum |
|---|---|
| Parameter Description | Minimum health value for health effect visibility to prevent screen from going completely opaque. |
| Parameter Type | double |
| Parameter Default | 0.15 |
| Required? | No |
Example Role Config Usage:
|
constexpr |
| Parameter Name | healthEffectOpacityMaximum |
|---|---|
| Parameter Description | Maximum opacity value for health effects overlay. |
| Parameter Type | double |
| Parameter Default | 0.4 |
| Required? | No |
Example Role Config Usage:
|
constexpr |
| Parameter Name | hideFirstPersonModelWhileAiming |
|---|---|
| Parameter Description | Whether to hide the first-person player model when aiming. Not applicable in VR mode. |
| Parameter Type | bool |
| Parameter Default | false |
| Required? | No |
Example Role Config Usage:
|
constexpr |
| Parameter Name | hitEffectDuration |
|---|---|
| Parameter Description | Duration of hit effects in seconds. |
| Parameter Type | double |
| Parameter Default | 4.0 |
| Required? | No |
Example Role Config Usage: