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

$hgroup: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
($hgroup)
 
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Puts auto generated hitboxes into groups based on their parent bone.  Groups also propagate down to the children.
{{Multiple issues|
{{Dead end|date=January 2024}}
{{Orphan|date=January 2024}}
}}
 
{{This is a|name=$hgroup|QC command}} Puts auto generated hitboxes into groups based on their parent bone.  Groups also propagate down to the children.


  $hgroup 1 "Bip01 Head"
  $hgroup 1 "Bip01 Head"
Line 13: Line 18:
  $hgroup (group) (bone name)
  $hgroup (group) (bone name)


[[Category:QC Commands|hgroup]]__NOTOC__
__NOTOC__

Latest revision as of 20:54, 18 July 2025

Wikipedia - Letter.png
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024

$hgroup is a QC command available in all Source Source games. Puts auto generated hitboxes into groups based on their parent bone. Groups also propagate down to the children.

$hgroup 1 "Bip01 Head"
$hgroup 3 "Bip01 Pelvis"
$hgroup 2 "Bip01 Spine2"
$hgroup 4 "Bip01 L Arm1"
$hgroup 5 "Bip01 R Arm1"
$hgroup 6 "Bip01 L Leg"
$hgroup 7 "Bip01 R Leg"

Syntax

$hgroup (group) (bone name)