$jointcontents: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
$jointcontents (joint name) (list of names of content types)
The [[QC command]] [[$jointcontents]] is just like [[$contents]], but it applies to the specified bone and all of its child bones.
* This command is just like [[$contents]], but it applies the contents to the specified bone and all child bones of that bone.  
 
== Syntax ==
$jointcontents "<bone_name>" "<content_type_1>" "<content_type_2>" "<content_type_3>"
* See [[$contents]] for a list of current content_types.


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

Revision as of 20:33, 30 March 2008

The QC command $jointcontents is just like $contents, but it applies to the specified bone and all of its child bones.

Syntax

$jointcontents "<bone_name>" "<content_type_1>" "<content_type_2>" "<content_type_3>"
  • See $contents for a list of current content_types.