FootstepTable Asset

From COD Engine Research
Revision as of 01:22, 21 December 2014 by CraigChrist8239 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The footsteptable only exists on Black Ops 2 and very clearly contains footstep sound information. Refer to the surfaceNames_t on the weapon page for a list of the surface names.

struct FootstepTableDef
{
  const char *name;
  unsigned int sndAliasTable[32][7];
};