Prop car glass: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(added text about being used with prop_car_alarm)
(-concise page)
Line 1: Line 1:
{{l4d series point|prop_car_glass}} This class is the same as [[prop_dynamic]], with a car alarm, to be used together with [[prop_car_alarm]].
{{l4d series point|prop_car_glass}} This class is the same as [[prop_dynamic]], with a car alarm, to be used together with [[prop_car_alarm]].


==Flags==
== See Also ==
{{Fl DynamicProp}}
* [[prop_car_alarm]]
 
==Keyvalues==
{{KV|Number of pain pills (HealthCount)|integer|Number of pain pills/first aid kits inside (1-4)}}
{{KV EnableDisable}}
{{KV DynamicProp|preasw=1}}
{{KV BreakableProp|nohl2=1}}
{{KV BaseAnimating|l4d2=1}}
{{KV BaseEntity|l4d=1|l4d2=1}}
 
==Inputs==
{{I EnableDisable}}
{{I DynamicProp|preasw=1}}
{{I BreakableProp|nohl2=1}}
{{I BaseAnimating}}
{{I BaseEntity|l4d2=1}}
 
==Outputs==
{{O DynamicProp}}
{{O Breakable|prop=1|nohl2=1}}
{{O BaseAnimating}}
{{O BaseEntity|l4d=1}}

Revision as of 12:30, 27 October 2022

Template:L4d series point This class is the same as prop_dynamic, with a car alarm, to be used together with prop_car_alarm.

See Also