CameraShakes.dbc
📝 Structure on wowdev.wiki
❌ denotes unused fields
Structure
| Index | Field | Type | Reference |
|---|---|---|---|
| 0 | ID | uint32 | |
| 1 | ShakeType | uint32 | |
| 2 | Direction | uint32 | |
| 3 | Amplitude | float | |
| 4 | Frequency | float | |
| 5 | Duration | float | |
| 6 | Phase | float | |
| 7 | Coefficient | float | |
Description of fields
ID
❌ Col: 0 (uint32)
- no description -
ShakeType
❌ Col: 1 (uint32)
- 0: CAMSHAKE_SINE
- 1: CAMSHAKE_DECAYED_SINE
Direction
❌ Col: 2 (uint32)
- 0: CAMERA_FORWARD
- 1: CAMERA_RIGHT
- 2: CAMERA_UP
Amplitude
❌ Col: 3 (float)
- no description -
Frequency
❌ Col: 4 (float)
- no description -
Duration
❌ Col: 5 (float)
- no description -
Phase
❌ Col: 6 (float)
- no description -
Coefficient
❌ Col: 7 (float)
- no description -
