Prop car glass

From Valve Developer Community
Revision as of 18:54, 10 November 2022 by Nescius (talk | contribs) (-added info to description that probably needs better wording)
Jump to navigation Jump to search
C++ Class hierarchy
CCarGlassProp
CDynamicProp
CBreakableProp
CBaseProp
CBaseAnimating
CBaseEntity

Template:L4d series point This class is the same as prop_dynamic, with a car alarm, to be used together with prop_car_alarm. Difference from simply using prop_dynamic is this forwards damage or player standing on it to the parented prop_car_alarm thus it can trigger it.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

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.

See Also