Template:I BaseEntityPoint

From Valve Developer Community
Revision as of 14:14, 16 December 2023 by Wisdurm (talk | contribs) (Technically not to right place for this but I'm likely the only person who's going to see this for some time and I'll probably just fix this tomorrow)
Jump to navigation Jump to search

This is a Baseclass that is available in TeamSpen's Hammer Addons TeamSpen's Hammer Addons

Todo: Also do BaseEntityIO, which this contains
BaseEntityPoint:
SetParent <targetname>
Changes the entity's parent in the movement hierarchy.
SetParentAttachment <string>
Change this entity to attach to a specific attachment point on its parent. Entities must be parented before being sent this input. The parameter passed in should be the name of the attachment.
SetParentAttachmentMaintainOffset <string>
Change this entity to attach to a specific attachment point on it's parent. Entities must be parented before being sent this input. The parameter passed in should be the name of the attachment. The entity will maintain it's position relative to the parent at the time it is attached.
ClearParent
Removes this entity from the the movement hierarchy, leaving it free to move independently.