This article's documentation is for anything that uses the Source engine. Click here for more information.

Item w glock 17c: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎Inputs: Substituted IO templates)
No edit summary
Line 1: Line 1:
{{this is a|point entity|name=item_w_glock_17c|game=Vampire The Masquerade - Bloodlines}} This entity represents the Glock 17 weapon.
{{this is a|point entity|name=item_w_glock_17c|gameVampire: The Masquerade Bloodlines}} This entity represents the Glock 17 weapon.


== Key Values ==
== Key Values ==

Revision as of 11:42, 3 May 2025

item_w_glock_17c is a point entity available in all Source Source games. This entity represents the Glock 17 weapon.

Key Values

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

Start Hidden (StartHidden) <boolean>
Don't spawn the entity while the script command didn't sent.[sic]
Pitch Yaw Roll (Y Z X) (angles) <QAngle>
This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.

Flags

Start Constrained : [1]


Inputs

ScriptHide
Hide entity by specific python script.
ScriptUnhide
Spawn entity by specific python script if it was hided.
Kill
Removes this entity from the world.
FadeOutKill
Fades entity during given time and then removes this from world.

Outputs

OnPlayerPickup
Fired whenever the player picks up this item (with +USE).