Point weaponstrip: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{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, onl...")
 
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|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.
{{back |Black Mesa Level Creation}}
{{back |Black Mesa Level Creation}}


== Keyvalues ==
== Keyvalues ==
{{KV Targetname}}
{{KV|Weapon to strip|choices|intn=weapon|}}
{{KV|Weapon to strip|choices|intn=weapon|}}
:* 0 : {{ent|weapon_357}}
:* 0 : {{ent|weapon_357}}
Line 20: Line 21:
:* 14 : {{ent|weapon_headcrab}}
:* 14 : {{ent|weapon_headcrab}}
:* 15 : {{ent|weapon_assassin_glock}}
:* 15 : {{ent|weapon_assassin_glock}}
{{KV BaseEntity}}


== Inputs ==  
== Inputs ==  
{{IO|StripWeapon|param=void|Strips specified weapon.}}
{{I|StripWeapon|param=void|Strips specified weapon.}}
{{I BaseEntity}}
 
== Outputs ==
{{O BaseEntity|}}


==See also==
==See also==
* [[player_weaponstrip]]
* [[player_weaponstrip]]
* [[trigger_weapon_strip]]
* [[trigger_weapon_strip]]

Revision as of 17:49, 25 September 2024

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>[ 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