102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_PCDOGS_T_Audio_SoundEntry Struct Reference

#include <dttr_pcdogs.h>

Data Fields

DTTR_PCDOGS_T_Audio_SoundEntryprev
 Offset 0x0.
DTTR_PCDOGS_T_Audio_SoundEntrynext
 Offset 0x4.
DTTR_PCDOGS_T_Audio_SoundDefinitionsound_def_ptr
 Offset 0x8.
DTTR_PCDOGS_T_Math_Vec3I32position_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.

Detailed Description

Definition at line 3550 of file dttr_pcdogs.h.

Field Documentation

◆ flags

uint8_t DTTR_PCDOGS_T_Audio_SoundEntry::flags

Offset 0x2E.

Definition at line 3560 of file dttr_pcdogs.h.

◆ listener_pos

DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Audio_SoundEntry::listener_pos

Offset 0x10.

Definition at line 3555 of file dttr_pcdogs.h.

◆ next

DTTR_PCDOGS_T_Audio_SoundEntry* DTTR_PCDOGS_T_Audio_SoundEntry::next

Offset 0x4.

Definition at line 3552 of file dttr_pcdogs.h.

◆ padding_2f

uint8_t DTTR_PCDOGS_T_Audio_SoundEntry::padding_2f

Offset 0x2F.

Definition at line 3561 of file dttr_pcdogs.h.

◆ pan

int16_t DTTR_PCDOGS_T_Audio_SoundEntry::pan

Offset 0x2C.

Definition at line 3559 of file dttr_pcdogs.h.

◆ pitch

int16_t DTTR_PCDOGS_T_Audio_SoundEntry::pitch

Offset 0x2A.

Definition at line 3558 of file dttr_pcdogs.h.

◆ position_ptr

DTTR_PCDOGS_T_Math_Vec3I32* DTTR_PCDOGS_T_Audio_SoundEntry::position_ptr

Offset 0xC.

Definition at line 3554 of file dttr_pcdogs.h.

◆ prev

DTTR_PCDOGS_T_Audio_SoundEntry* DTTR_PCDOGS_T_Audio_SoundEntry::prev

Offset 0x0.

Definition at line 3551 of file dttr_pcdogs.h.

◆ sound_def_ptr

DTTR_PCDOGS_T_Audio_SoundDefinition* DTTR_PCDOGS_T_Audio_SoundEntry::sound_def_ptr

Offset 0x8.

Definition at line 3553 of file dttr_pcdogs.h.

◆ sound_pos

DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Audio_SoundEntry::sound_pos

Offset 0x1C.

Definition at line 3556 of file dttr_pcdogs.h.

◆ volume

int16_t DTTR_PCDOGS_T_Audio_SoundEntry::volume

Offset 0x28.

Definition at line 3557 of file dttr_pcdogs.h.


The documentation for this struct was generated from the following file: