$controller

From Valve Developer Community
Revision as of 09:42, 16 October 2007 by Tourorist (talk | contribs) (cleanup)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

Allows the bone to be controlled from game code. The axis can be X Y or Z. You can prefix L on the axis to specify this controller loops back around to the start when it ends, and/or suffix R to specify the start/end numbers are in Wikipedia icon radian units instead of degrees.

If you need a controller over more then one axis you need to specify a new controller for each axis.

Description

$controller number "bone-name" axis start-offset end-offset

Example

$modelname "npcs/robot.mdl"
$cdmaterials "models/npcs/"
$model "Robot" "robot.smd"
$controller 1 "jaw" X 0 20
$sequence "idle" "idle.smd"