Template:KV Parentname: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Added Template:Lang)
 
(25 intermediate revisions by 10 users not shown)
Line 1: Line 1:
; Parent <code><[[targetname]]></code>
<noinclude>
: Specifies the targetname of this entity's [[Entity Hierarchy (parenting)|movement parent]]. Entities with parents move with their parent.
{{lang|Template:KV Parentname}}
{{note|'''This template is deprecated. For new entity pages, please use [[Template:KV BaseEntity]] instead.'''}}
</noinclude>
{{ScrollBox|title=Parentname|
{{KV|Parent|intn=parentname|targetname|Specifies a [[Entity Hierarchy (parenting)|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.{{#if: {{{vphystip|}}} | <br>{{tip|Parenting has no effect on [[VPhysics]] entities. Use a [[phys_constraint]] instead.}} }}{{#if: {{{triggerwarning|}}} | <br>{{warning|If a trigger does not start out with a parent but rather is assigned one dynamically, choose another entity and add it here as a dummy. Otherwise the trigger will stop colliding properly when it gets its real parent.}} }}{{#if: {{{cswarning|}}} | <br>{{warning|In {{css}}, [[Counter-Strike Source Entity Overview#Counter-Strike Round Restarts|parenting this entity to another can break your map]].}} }} }}
}}<noinclude>
 
----
There are three extra bits you can add to this template:
 
* <code>vphystip</code> (can't parent vphys objects)
* <code>triggerwarning</code> (provide a dummy parent for map init)
* <code>cswarning</code> (Counter-Strike: Source round restart oddness)
 
 
[[Category:Keyvalue Templates|Parentname]]
</noinclude>

Latest revision as of 23:59, 2 October 2021

Note.pngNote:This template is deprecated. For new entity pages, please use Template:KV BaseEntity instead.
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.

There are three extra bits you can add to this template:

  • vphystip (can't parent vphys objects)
  • triggerwarning (provide a dummy parent for map init)
  • cswarning (Counter-Strike: Source round restart oddness)