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

$jointcontents: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
$jointcontents (joint name) (list of names of content types)
{{this is a|QC command|name=$jointcontents}} It is just like {{ent|$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.  


[[Category:QC Commands]]
== Syntax ==
$jointcontents "<bone_name>" "<content_type_1>" "<content_type_2>" "<content_type_3>"
* See [[$contents]] for a list of available content types.

Latest revision as of 21:23, 18 July 2025

$jointcontents is a QC command available in all Source Source games. It 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 available content types.