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

$jointcontents

From Valve Developer Community
Revision as of 21:23, 18 July 2025 by Equalizer5118 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

$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.