|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| DTTR_PCDOGS_T_Audio_SoundEntry * | prev |
| Offset 0x0. | |
| DTTR_PCDOGS_T_Audio_SoundEntry * | next |
| Offset 0x4. | |
| DTTR_PCDOGS_T_Audio_SoundDefinition * | sound_def_ptr |
| Offset 0x8. | |
| DTTR_PCDOGS_T_Math_Vec3I32 * | position_ptr |
| Offset 0xC. | |
| DTTR_PCDOGS_T_Math_Vec3I32 | listener_pos |
| Offset 0x10. | |
| DTTR_PCDOGS_T_Math_Vec3I32 | sound_pos |
| Offset 0x1C. | |
| int16_t | volume |
| Offset 0x28. | |
| int16_t | pitch |
| Offset 0x2A. | |
| int16_t | pan |
| Offset 0x2C. | |
| uint8_t | flags |
| Offset 0x2E. | |
| uint8_t | padding_2f |
| Offset 0x2F. | |
Definition at line 3550 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Audio_SoundEntry::flags |
Offset 0x2E.
Definition at line 3560 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Audio_SoundEntry::listener_pos |
Offset 0x10.
Definition at line 3555 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Audio_SoundEntry* DTTR_PCDOGS_T_Audio_SoundEntry::next |
Offset 0x4.
Definition at line 3552 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Audio_SoundEntry::padding_2f |
Offset 0x2F.
Definition at line 3561 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Audio_SoundEntry::pan |
Offset 0x2C.
Definition at line 3559 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Audio_SoundEntry::pitch |
Offset 0x2A.
Definition at line 3558 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I32* DTTR_PCDOGS_T_Audio_SoundEntry::position_ptr |
Offset 0xC.
Definition at line 3554 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Audio_SoundEntry* DTTR_PCDOGS_T_Audio_SoundEntry::prev |
Offset 0x0.
Definition at line 3551 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Audio_SoundDefinition* DTTR_PCDOGS_T_Audio_SoundEntry::sound_def_ptr |
Offset 0x8.
Definition at line 3553 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Audio_SoundEntry::sound_pos |
Offset 0x1C.
Definition at line 3556 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Audio_SoundEntry::volume |
Offset 0x28.
Definition at line 3557 of file dttr_pcdogs.h.