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

$poseparameter: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
Line 1: Line 1:
{{This is a|c0|name=$poseparameter}} It allows configuration of a [[blend sequence]]. {{confirm|It appears to be obsolete now that poses can be specified from within the [[$sequence]] itself.}}
{{this is a|QC command|name=$poseparameter}} It allows configuration of a [[blend sequence]]. {{confirm|It appears to be obsolete now that poses can be specified from within the [[$sequence]] itself.}}


== Syntax ==
== Syntax ==

Revision as of 17:32, 17 May 2024

$poseparameter is a QC command available in all Source Source games. It allows configuration of a blend sequence.

Confirm:It appears to be obsolete now that poses can be specified from within the $sequence itself.

Syntax

$poseparameter <$sequence name> <int min> <int max> [loop <int>] [wrap]
$poseparameter yaw -90 90 loop 360
$poseparameter vehicle_wheel_fl_spin -180 180 360
loop <int>
Defines a custom value to wrap at?
Todo: Purpose of this.
Tip.pngTip:If a third number is specified without loop being present, studiomdl will add the loop argument implicitly.
wrap
Values less than min wrap around to max, and so on.

See also