|
CommonLibVR
|
#include <hkpConstraintInstance.h>
Public Types | |
| enum class | ConstraintPriority { kInvalid , kPSI , kSimplifiedTOI_Unused , kTOI , kTOIHigher , kTOIForced , kTotal } |
| enum class | OnDestructionRemapInfo { kRemap = 0 , kRemove = 1 , kResetRemove = 2 } |
Public Types inherited from RE::hkReferencedObject | |
| enum class | LockMode { kNone = 0 , kAuto , kManual } |
| enum | { kMemSize = 0x7FFF } |
Public Member Functions | |
| ~hkpConstraintInstance () override | |
| hkpRigidBody * | GetRigidBodyA () const |
| hkpRigidBody * | GetRigidBodyB () const |
Public Member Functions inherited from RE::hkReferencedObject | |
| hkReferencedObject () | |
| ~hkReferencedObject () override=default | |
| virtual const hkClass * | GetClassType () const |
| virtual void | CalcContentStatistics (hkStatisticsCollector *a_collector, const hkClass *a_class) const |
| void | AddReference () const |
| std::int32_t | GetAllocatedSize () const |
| std::int32_t | GetReferenceCount () const |
| void | RemoveReference () const |
Public Member Functions inherited from RE::hkBaseObject | |
| virtual | ~hkBaseObject ()=default |
Public Attributes | |
| hkpConstraintOwner * | owner |
| hkpConstraintData * | data |
| hkpModifierConstraintAtom * | constraintModifiers |
| hkpEntity * | entities [2] |
| REX::EnumSet< ConstraintPriority, std::uint8_t > | priority |
| bool | wantRuntime |
| REX::EnumSet< OnDestructionRemapInfo, std::uint8_t > | destructionRemapInfo |
| hkSmallArray< hkpConstraintListener * > | listeners |
| hkStringPtr | name |
| uint64_t | userData |
| hkConstraintInternal * | internal |
| uint32_t | uid |
Public Attributes inherited from RE::hkReferencedObject | |
| std::uint16_t | memSizeAndFlags |
| volatile std::int16_t | referenceCount |
| std::uint32_t | pad0C |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_hkpConstraintInstance |
| static constexpr auto | VTABLE = VTABLE_hkpConstraintInstance |
Static Public Attributes inherited from RE::hkReferencedObject | |
| static constexpr auto | RTTI = RTTI_hkReferencedObject |
| static constexpr auto | VTABLE = VTABLE_hkReferencedObject |
Static Public Attributes inherited from RE::hkBaseObject | |
| static constexpr auto | RTTI = RTTI_hkBaseObject |
| static constexpr auto | VTABLE = VTABLE_hkBaseObject |
|
strong |
|
strong |
|
override |
|
inline |
|
inline |
| hkpModifierConstraintAtom* RE::hkpConstraintInstance::constraintModifiers |
| hkpConstraintData* RE::hkpConstraintInstance::data |
| REX::EnumSet<OnDestructionRemapInfo, std::uint8_t> RE::hkpConstraintInstance::destructionRemapInfo |
| hkpEntity* RE::hkpConstraintInstance::entities[2] |
| hkConstraintInternal* RE::hkpConstraintInstance::internal |
| hkSmallArray<hkpConstraintListener*> RE::hkpConstraintInstance::listeners |
| hkStringPtr RE::hkpConstraintInstance::name |
| hkpConstraintOwner* RE::hkpConstraintInstance::owner |
| REX::EnumSet<ConstraintPriority, std::uint8_t> RE::hkpConstraintInstance::priority |
|
inlinestaticconstexpr |
| uint32_t RE::hkpConstraintInstance::uid |
| uint64_t RE::hkpConstraintInstance::userData |
|
inlinestaticconstexpr |
| bool RE::hkpConstraintInstance::wantRuntime |