Prop car glass: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot under supervision.)
Line 1: Line 1:
{{CD|CCarGlassProp}}
{{CD|CCarGlassProp}}
{{entity|type=e0|series=Left 4 Dead|prop_car_glass}} 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.
{{this is a|name=prop_car_glass|series=Left 4 Dead|e0}} 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 ==
== Keyvalues ==

Revision as of 12:48, 4 January 2024

C++ Class hierarchy
CCarGlassProp
CDynamicProp
CBreakableProp
CBaseProp
CBaseAnimating
CBaseEntity

prop_car_glass is an e0 available in Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series. 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