This article's documentation is for anything that uses the Source engine. Click here for more information.

$cmdlist

From Valve Developer Community
Revision as of 17:41, 14 July 2024 by Trigger hurt (talk | contribs) (Making use of the "this is a" template for the first line here + cleanup for consistency with other QC commands.)
Jump to navigation Jump to search
English (en)Translate (Translate)

$cmdlist is a QC command available in all Source Source games. It creates a reusable list of $animation tokens, allowing you to reuse the same set of options for multiple $animations.

Syntax

$cmdlist (name) [options...]

Options (similar to $animation)

  • fixuploop
  • weightlist
  • subtract
  • presubtract
  • alignto
  • align
  • alignboneto
  • match
  • matchblend
  • worldspaceblend
  • worldspaceblendloop
  • rotateto
  • ikrule
  • ikfixup
  • walkframe
  • walkalignto
  • walkalign
  • derivative
  • noanimation
  • lineardelta
  • splinedelta
  • compress
  • numframes
  • counterrotate
  • counterrotateto

See also