item_hlvr_combine_console_tank

From Valve Developer Community
Revision as of 11:02, 21 April 2025 by Alexiscoutinho (talk | contribs) (→‎Inputs: Substituted IO templates)
Jump to navigation Jump to search

item_hlvr_combine_console_tank is a point entity available in Half-Life: Alyx Half-Life: Alyx.

Entity description

Combine Console Tank.

Keyvalues

Icon-callout-delete.png
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

Icon-callout-delete.png
This article has been marked as a candidate for speedy deletion because it has moved, and no longer linked to.

Inputs

Icon-callout-delete.png
This article has been marked as a candidate for speedy deletion because it has moved, and no longer linked to.
Parentname:
SetParent <stringRedirectInput/string>
Move with this entity. See Entity Hierarchy (parenting).
SetParentAttachment <stringRedirectInput/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 <stringRedirectInput/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 <stringRedirectInput/string>
Calls a script function from this entity's private script scope.
CallGlobalScriptFunction <stringRedirectInput/string>
Calls a script function in the global script scope.


Outputs

Icon-callout-delete.png
This article has been marked as a candidate for speedy deletion because it has moved, and no longer linked to.