ReverbPreset Asset

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

The reverbpreset asset was added on Ghosts and appears to hold information pertaining to how sound dissipates from a particular enclosed space. There is not much known about the asset itself, other than that it is very simple.

struct ReverbPreset
{
  const char * name;
  char unknown[0x40];
};