QDB Asset

From COD Engine Research
Revision as of 17:53, 27 December 2014 by Aerosoul94 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The QDB asset exists solely on Black Ops 2 and there is nothing known about its purpose. It very clearly mirrors the rawfile asset with a len and buffer. Once one is found, more information about what is contained in the buffer will be provided.

struct Qdb
{
  const char *name;
  int len;
  char *buffer;
};