point_weaponstrip

From Valve Developer Community
Jump to: navigation, search

point_weaponstrip is a point entity available in Black Mesa Black Mesa. This entity strips specified weapon from the player. It doesn't strip specified weapon from all players, only from the one who launched scripts that activated this entity.

Black Mesa Level Creation

Keyvalues

Name (targetname) <string>
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

Weapon to strip (weapon) <choices>

Inputs

StripWeapon <void>
Strips specified weapon.

See also