Point weaponstrip: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{This is a|point entity|name=point_weaponstrip|game=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.
{{This is a|logical entity|name=point_weaponstrip|game=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.
{{back |Black Mesa Level Creation}}
{{back |Black Mesa Level Creation}}



Revision as of 17:05, 24 May 2025

point_weaponstrip is a logical 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>[ Edit ]
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