|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| DTTR_PCDOGS_T_Math_Vec3I16 | extent_words |
| uint8_t | shape_discriminator |
| uint8_t | padding_07 [1] |
| Offset 0x7. | |
Compact component collision-volume descriptor with half extents and a shape discriminator.
Definition at line 3785 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I16 DTTR_PCDOGS_T_Component_CollisionVolume::extent_words |
Three signed extent-like words used by component collision checks; shape semantics are internal. Offset 0x0.
Definition at line 3787 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Component_CollisionVolume::padding_07[1] |
Offset 0x7.
Definition at line 3792 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Component_CollisionVolume::shape_discriminator |
Shape discriminator byte interpreted by collision-specific handling; nonzero values include more than full OBB shapes. Offset 0x6.
Definition at line 3789 of file dttr_pcdogs.h.