$hgroup: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
($hgroup)
 
m (Put it in the "H" letter of the QC Commands category content list... What does that "NOTOC" stuff mean?)
Line 13: Line 13:
  $hgroup (group) (bone name)
  $hgroup (group) (bone name)


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

Revision as of 13:06, 29 October 2015

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)