NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the DBC file 'CameraShakes' for MaNGOSTwo
The camera shakes table contains definitions for shaking the game camera when certain spells are cast.
The file contents is read and mapped into the struct camerashakesEntry in the MaNGOS core.
The field types and usage is defined in camerashakesfmt in the MaNGOS core.
The File is currently *NOT USED* by the MaNGOS core.
The Field definitions follow, No. of fields: 8 strong>
Field Name | Field Type | Notes |
---|---|---|
Id | INT(11) | Unique Id |
shakeType | INT(11) | It is assumed that this flag describes either different variants of camera shaking, or that it is a boolean flag telling if the camera should be shaken. |
direction | INT(11) | This flag seems to indicate the direction towards which a camera shake will point. |
amplitude | FLOAT | |
frequency | FLOAT | |
duration | FLOAT | |
phase | FLOAT | |
coefficient | FLOAT |
Description of the fields
Id INT(11)
Unique ID
shakeType INT(11)
It is assumed that this flag describes either different variants of camera shaking, or that it is a boolean flag telling if the camera should be shaken.
direction INT(11)
This flag seems to indicate the direction towards which a camera shake will point.
amplitude FLOAT
frequency FLOAT
duration FLOAT
phase FLOAT
coefficient FLOAT
auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now