Weapon glock (Half-Life 1): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
SirYodaJedi (talk | contribs) m (SirYodaJedi moved page Weapon 9mmhandgun (GoldSource Engine) to Weapon 9mmhandgun (GoldSrc)) |
(No difference)
| |
Revision as of 12:34, 29 May 2023
The Glock 17 seen in Half-Life, Half-Life: Opposing Force and Half-Life: Blue Shift with the HD Pack disabled.
The Beretta seen in Half-Life, Half-Life: Opposing Force and Half-Life: Blue Shift with the HD Pack enabled.
Entity description
The pistol used in the Half-Life series. This weapon can be represented by two different class names, weapon_9mmhandgun and weapon_glock. Unlike many other entities that have their same class name in Half-Life and Half-Life: Source, only weapon_glock will work in the Source version of the game.
Key Values
- Name (targetname) <string>
- The targetname that other entities refer to this entity by.
- Target (target) <targetname>
- The targetname of an entity this entity will trigger when activated.
- 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
- Not In Deathmatch : [2048]
- Prevent this entity from attempting to spawn when
deathmatch(multiplayer) is enabled.