Slug Asset

From COD Engine Research
Revision as of 21:41, 13 February 2014 by CraigChrist8239 (talk | contribs) (Created page with "__NOTOC__ Category:Assets Category:BO2 The "slug" asset exists solely on Black Ops 2 and there is nothing known about its purpose. It very clearly mirrors the :Rawfi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "slug" 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. Only one has been found so far, named "0" with a length of 0. More information will be provided when one with content is found.

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