DopplerPreset Asset

From COD Engine Research
Revision as of 18:38, 17 February 2014 by CraigChrist8239 (talk | contribs) (Created page with "__NOTOC__ Category:Assets Category:Ghosts The dopplerpreset asset was added on Ghosts and appears to hold information pertaining to how sound changes from an object th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The dopplerpreset asset was added on Ghosts and appears to hold information pertaining to how sound changes from an object that is either moving away from, or toward the listener. There is not much known about the asset itself, other than that it is very simple.

struct DopplerPreset
{
  const char * name;
  char unknown[0x14];
};