prop_wall_breakable

From Valve Developer Community
Jump to: navigation, search


class hierarchy
CPropBreakableWall
CPropDoorRotatingBreakable
CPropDoorRotating
CBasePropDoor
CDynamicProp
CBreakableProp
CBaseProp
CBaseAnimating
CBaseEntity

prop_wall_breakable is a point entity available in Left 4 Dead 2 Left 4 Dead 2.

A section of wall that's breakable just like doors are.

Keyvalues


Targetname:
Name (targetname) <string>
The targetname that other entities refer to this entity by.

Flags

  •  [524288] : Start Unbreakable

Inputs

SetUnbreakable
The wall can't be broken.
SetBreakable
The wall can be broken.

Outputs

OnBreak
Fired when the wall changes damage states.

See also