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
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{This is a|c0|name=$jointcontents}} It is just like [[$contents]], but it applies to the specified bone and all of its child bones.  
{{This is a|c0|name=$jointcontents}} It is just like {{ent|$contents}}, but it applies to the specified bone and all of its child bones.  


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


[[Category:QC Commands|jointcontents]]
[[Category:QC Commands|jointcontents]]

Revision as of 13:27, 15 February 2024

$jointcontents is a c0 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.