| 
    CommonLibSSE (Parapets fork)
    
   | 
 
#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 () | 
  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 | |
| 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 Public Attributes inherited from RE::hkReferencedObject | |
| static constexpr auto | RTTI = RTTI_hkReferencedObject | 
  Static Public Attributes inherited from RE::hkBaseObject | |
| static constexpr auto | RTTI = RTTI_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.
      
  | 
  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 | 
| hkpWorld* RE::hkpWorldObject::world |