Template:HLA KV Parentname

From Valve Developer Community
Revision as of 13:54, 12 July 2020 by FrozenH2O (talk | contribs) (Created page with "{{ScrollBox|title=Parentname| {{KV|Parent (parentname)|targetname|Specifies a movement parent. An entity will maintain its initial offset from...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Parentname:
Parent (parentname) ([todo internal name (i)]) <targetname>
Specifies a movement parent. An entity will maintain its initial offset from its parent. An attachment point can be added to the end of the name, separated by a comma.
Parent Model Bone/Attachment Name (parentAttachment) ([todo internal name (i)]) <parentAttachment>
The name of the bone or attachment to attach to on the entity's parent in the movement hierarchy. Use !bonemerge to use bone-merge style attachment.
Model Attachment position offset (origin) ([todo internal name (i)]) <vector>
Offset in the local space of the parent model's attachment/bone to use in hierarchy. Not used if you are not using parent attachment.
Model Attachment angular offset (angles) ([todo internal name (i)]) <angle>
Angular offset in the local space of the parent model's attachment/bone to use in hierarchy. Not used if you are not using parent attachment.
Model Attachment scale (scales) ([todo internal name (i)]) <vector>
Scale in the local space of the parent model's attachment/bone to use in hierarchy. Not used if you are not using parent attachment.
Use Model Attachment Offset (useLocalOffset) ([todo internal name (i)]) <boolean>
Whether to respect the specified local offset when doing the initial hierarchical attachment to its parent.