Template:I BaseEntityPoint: Difference between revisions
Jump to navigation
Jump to search
(Idk page creation) |
m (aaaaaa) |
||
Line 1: | Line 1: | ||
This is a Baseclass that is available in {{teamspen|4}} | |||
<onlyinclude> | |||
{{ScrollBox|title=BaseEntityPoint| | {{ScrollBox|title=BaseEntityPoint| | ||
{{IO|SetParent|param=target_destination|Changes the entity's parent in the movement hierarchy.}} | {{IO|SetParent|param=target_destination|Changes the entity's parent in the movement hierarchy.}} | ||
Line 6: | Line 7: | ||
{{IO|ClearParent|Removes this entity from the the movement hierarchy, leaving it free to move independently.}} | {{IO|ClearParent|Removes this entity from the the movement hierarchy, leaving it free to move independently.}} | ||
}} | }} | ||
< | </onlyinclude> | ||
[[Category:Input Templates|AlyxInteractable]] | [[Category:Input Templates|AlyxInteractable]] | ||
Revision as of 13:34, 16 December 2023
This is a Baseclass that is available in TeamSpen's Hammer Addons
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.