|
CommonLibVR
|
#include <hkpWorldObject.h>
Public Types | |
| enum class | MultiThreadingChecks { kEnable , kIgnore } |
| enum class | BroadPhaseType { kInvalid , kEntity , kPhantom , kPhaseBorder , kTotal } |
Public Types inherited from RE::hkReferencedObject | |
| enum class | LockMode { kNone = 0 , kAuto , kManual } |
| enum | { kMemSize = 0x7FFF } |
Public Member Functions | |
| ~hkpWorldObject () override | |
| void | CalcContentStatistics (hkStatisticsCollector *a_collector, const hkClass *a_class) const override |
| virtual hkWorldOperation::Result | SetShape (const hkpShape *a_shape) |
| virtual hkWorldOperation::Result | UpdateShape (hkpShapeModifier *a_shapeModifier) |
| virtual hkMotionState * | GetMotionState ()=0 |
| const hkpCollidable * | GetCollidable () const |
| hkpCollidable * | GetCollidableRW () |
| std::optional< hkpProperty > | GetProperty (std::uint32_t a_key) |
| const hkpShape * | GetShape () const |
| TESObjectREFR * | GetUserData () const |
| bool | HasProperty (std::uint32_t a_key) |
| void | RemoveProperty (std::uint32_t a_key) |
| void | SetProperty (std::uint32_t a_key, hkpPropertyValue a_value) |
Public Member Functions inherited from RE::hkReferencedObject | |
| hkReferencedObject () | |
| ~hkReferencedObject () override=default | |
| virtual const hkClass * | GetClassType () 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 | |
| hkpWorld * | world |
| std::uint64_t | userData |
| hkpLinkedCollidable | collidable |
| hkMultiThreadCheck | multiThreadCheck |
| std::uint32_t | padAC |
| hkStringPtr | name |
| hkArray< hkpProperty > | properties |
| void * | treeData |
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_hkpWorldObject |
| static constexpr auto | VTABLE = VTABLE_hkpWorldObject |
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 |
|
overridevirtual |
Reimplemented from RE::hkReferencedObject.
| const hkpCollidable * RE::hkpWorldObject::GetCollidable | ( | ) | const |
| hkpCollidable * RE::hkpWorldObject::GetCollidableRW | ( | ) |
|
pure virtual |
Implemented in RE::hkpEntity, RE::hkpRigidBody, and RE::hkpShapePhantom.
| std::optional< hkpProperty > RE::hkpWorldObject::GetProperty | ( | std::uint32_t | a_key | ) |
| const hkpShape * RE::hkpWorldObject::GetShape | ( | ) | const |
| TESObjectREFR * RE::hkpWorldObject::GetUserData | ( | ) | const |
| bool RE::hkpWorldObject::HasProperty | ( | std::uint32_t | a_key | ) |
| void RE::hkpWorldObject::RemoveProperty | ( | std::uint32_t | a_key | ) |
| void RE::hkpWorldObject::SetProperty | ( | std::uint32_t | a_key, |
| hkpPropertyValue | a_value | ||
| ) |
|
virtual |
Reimplemented in RE::hkpRigidBody, and RE::hkpShapePhantom.
|
virtual |
Reimplemented in RE::hkpRigidBody.
| hkpLinkedCollidable RE::hkpWorldObject::collidable |
| hkMultiThreadCheck RE::hkpWorldObject::multiThreadCheck |
| hkStringPtr RE::hkpWorldObject::name |
| std::uint32_t RE::hkpWorldObject::padAC |
| hkArray<hkpProperty> RE::hkpWorldObject::properties |
|
inlinestaticconstexpr |
| void* RE::hkpWorldObject::treeData |
| std::uint64_t RE::hkpWorldObject::userData |
|
inlinestaticconstexpr |
| hkpWorld* RE::hkpWorldObject::world |