$poseparameter: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<code>$poseparameter (name) (min) (max) ["loop" (number)] ["wrap"]<code>
<code>$poseparameter (name) (min) (max) ["loop" (number)] ["wrap"]


* These are the same as "blend" parameters normally specified in sequences, except that you can now explicitly declare their range instead of letting studiomdl try to figure it out. If "loop" is specified, the engine will wrap calculate values.  
* These are the same as "blend" parameters normally specified in sequences, except that you can now explicitly declare their range instead of letting studiomdl try to figure it out.  
* If "loop" is specified, the engine will wrap calculate values.  


[[Category:QC Commands]]
[[Category:QC Commands]]

Revision as of 16:30, 8 April 2008

$poseparameter (name) (min) (max) ["loop" (number)] ["wrap"]

  • These are the same as "blend" parameters normally specified in sequences, except that you can now explicitly declare their range instead of letting studiomdl try to figure it out.
  • If "loop" is specified, the engine will wrap calculate values.