Prop wall breakable: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
SirYodaJedi (talk | contribs) No edit summary  | 
				m (Substituted IO templates)  | 
				||
| Line 12: | Line 12: | ||
== Inputs ==  | == Inputs ==  | ||
{{  | {{I|SetUnbreakable|The wall can't be broken.}}  | ||
{{  | {{I|SetBreakable|The wall can be broken.}}  | ||
== Outputs ==  | == Outputs ==  | ||
{{  | {{O|OnBreak|Fired when the wall changes damage states.}}  | ||
== See also ==  | == See also ==  | ||
Revision as of 22:04, 20 April 2025
| CPropBreakableWall | 
prop_wall_breakable  is a   point entity  available in 
 Left 4 Dead 2.
A section of wall that's breakable just like doors are.
Keyvalues
- Name (targetname) <string>[ Edit ]
 - The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. 
parentnameortarget).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities 
Flags
- Start Unbreakable : [524288]
 
Inputs
- SetUnbreakable
 - The wall can't be broken.
 
- SetBreakable
 - The wall can be broken.
 
Outputs
- OnBreak
 - Fired when the wall changes damage states.