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

$skiptransition

From Valve Developer Community
Revision as of 17:51, 3 August 2025 by Equalizer5118 (talk | contribs)
Jump to navigation Jump to search
Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024

$skiptransition is a QC command available in all Source Source games. It adds a rule to the transition graph to allow direct movement between all the named nodes. This is useful for transitions between unique named nodes that that may not require any specific intermediate animation. This is how to avoid the transition graph from forcing "walk" to "run" to instead be a "walk" to "stand" to "run" transition.

Syntax

$skiptransition <name1> <name2> [<name3> ...]