|
CommonLibSSE (Parapets fork)
|
#include <hkpLinkedCollidable.h>
Classes | |
| struct | CollisionEntry |
Public Attributes | |
| hkArray< CollisionEntry > | collisionEntries |
Public Attributes inherited from RE::hkpCollidable | |
| std::int8_t | ownerOffset |
| std::uint8_t | forceCollideOntoPpu |
| std::uint16_t | shapeSizeOnSpu |
| hkpTypedBroadPhaseHandle | broadPhaseHandle |
| BoundingVolumeData | boundingVolumeData |
| float | allowedPenetrationDepth |
| std::uint32_t | pad6C |
Public Attributes inherited from RE::hkpCdBody | |
| const hkpShape * | shape |
| hkpShapeKey | shapeKey |
| std::uint32_t | pad0C |
| const void * | motion |
| const hkpCdBody * | parent |
Additional Inherited Members | |
Public Types inherited from RE::hkpCollidable | |
| enum class | ForceCollideOntoPpuReasons { kUserRequest = 1 << 0 , kShapeRequest = 1 << 1 , kModifierRequest = 1 << 2 , kShapeUnchecked = 1 << 3 } |
Public Member Functions inherited from RE::hkpCollidable | |
| void * | GetOwner () const |
| template<class T > | |
| T * | GetOwner () const |
Public Member Functions inherited from RE::hkpCdBody | |
| const hkpShape * | GetShape () const |
| hkArray<CollisionEntry> RE::hkpLinkedCollidable::collisionEntries |