NetConstStrings Asset

From COD Engine Research
Revision as of 17:19, 17 February 2014 by CraigChrist8239 (talk | contribs) (Created page with "__NOTOC__ Category:Assets Category:Ghosts The netconststrings was added on Ghosts and only exists on that game. It holds a series of localized strings that should be d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The netconststrings was added on Ghosts and only exists on that game. It holds a series of localized strings that should be defined in one language or another for interoperability between clients. The name of the netconststrings is the FF the strings should be defined in.

struct NetConstStrings
{
  const char * name;
       char unknown[8];
  unsigned int stringCount;
  char * * strings;
};