FootstepTable Asset

From COD Engine Research
Revision as of 21:34, 13 February 2014 by CraigChrist8239 (talk | contribs) (Created page with "__NOTOC__ Category:Assets Category:BO2 The footsteptable only exists on Black Ops 2 and very clearly contains footstep information, however the particular type of info...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The footsteptable only exists on Black Ops 2 and very clearly contains footstep information, however the particular type of information held is currently unknown. Refer to the surfaceNames_t on the weapon page for a list of the surface names, there is one FootstepSurface entry for each one.

struct FootstepSurface
{
  char unknown[0x1C];
};

struct FootstepTable
{
  const char * name;
  FootstepSurface surfaces[0x20];
};