|
VR-Engage
2.2
|
#include <humanControlLogic.h>
Public Member Functions | |
| PostureRestrictions () | |
Public Attributes | |
| bool | moveLocked |
| bool | weaponLocked |
| bool | weaponLockedWhenMoving |
|
inline |
Default constructor initializing all restrictions to false.
References moveLocked, weaponLocked, and weaponLockedWhenMoving.
| bool makVre::DtHumanControlLogic::PostureRestrictions::moveLocked |
Whether movement is locked in this posture.
Referenced by PostureRestrictions().
| bool makVre::DtHumanControlLogic::PostureRestrictions::weaponLocked |
Whether weapon use is locked in this posture.
Referenced by PostureRestrictions().
| bool makVre::DtHumanControlLogic::PostureRestrictions::weaponLockedWhenMoving |
Whether weapon use is locked while moving in this posture.
Referenced by PostureRestrictions().