FootstepFxTable Asset

From COD Engine Research
Revision as of 21:29, 13 February 2014 by CraigChrist8239 (talk | contribs) (Created page with "__NOTOC__ Category:Assets Category:BO2 The footstepfxtable only exists on Black Ops 2 and contains definitions for the sounds that footsteps make on the ground. Refer ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The footstepfxtable only exists on Black Ops 2 and contains definitions for the sounds that footsteps make on the ground. Refer to the surfaceNames_t on the weapon page for a list of the surface names. There is one FxEffectDef for each entry in the enum.

struct FootstepFxTable
{
  const char * name;
  FxEffectDef * surfaces[0x20];
};