item_hlvr_combine_console_tank
Jump to navigation
Jump to search
item_hlvr_combine_console_tank is a point entity available in
Half-Life: Alyx.
Entity description
Combine Console Tank.
Keyvalues
This article has been marked as a candidate for speedy deletion because it has moved, and no longer linked to.
Parentname:
- Parent (parentname) <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.
Flags
This article has been marked as a candidate for speedy deletion because it has moved, and no longer linked to.
Inputs
This article has been marked as a candidate for speedy deletion because it has moved, and no longer linked to.
Parentname:
- SetParent <string>
- Move with this entity. See Entity Hierarchy (parenting).
- SetParentAttachment <string>
- Change this entity to attach to a specific attachment point on its parent. The entity will teleport so that the position of its root bone matches that of the attachment. Entities must be parented before being sent this input.
- SetParentAttachmentMaintainOffset <string>
- As above, but without teleporting. The entity retains its position relative to the attachment at the time of the input being received.
- ClearParent
- Removes this entity from the the movement hierarchy, leaving it free to move independently.
VScript:
- CallPrivateScriptFunction <string>
- Calls a script function from this entity's private script scope.
- CallGlobalScriptFunction <string>
- Calls a script function in the global script scope.
Outputs
This article has been marked as a candidate for speedy deletion because it has moved, and no longer linked to.