QDB Asset

From COD Engine Research
Revision as of 21:38, 13 February 2014 by CraigChrist8239 (talk | contribs) (Created page with "__NOTOC__ Category:Assets Category:BO2 The QDB asset exists solely on Black Ops 2 and there is nothing known about its purpose. It very clearly mirrors the :Rawfile_...")
(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;
  const char *buffer;
};