Moderator elections are being held. See Valve Developer Community:Moderator elections for more details.
Users who would like to run for moderator must be autoconfirmed and have at least 100 edits. Users can check their own edit count at Special:Preferences.

func_playerghostinfected_clip

From Valve Developer Community
Jump to: navigation, search
English (en)
... Icon-Important.png
class hierarchy
CFuncPlayerGhostInfectedClip
CFuncBrush
CBaseEntity

func_playerghostinfected_clip is a brush entity available in Left 4 Dead 2 Left 4 Dead 2. It is a simple clip brush that blocks player ghost infected movement.

PlacementTip.gifPlacement Tip:Walkways made from func_breakable or prop_physics which ghosts can fall through

Keyvalues

Targetname:

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

EnableDisable:

Start Disabled (StartDisabled) <boolean>
Stay dormant until activated (with theEnableinput).

Inputs

EnableDisable:

Enable
Disable
Enable/disable this entity from performing its task. It might also disappear from view.

See also