This article relates to the game "Half-Life 2". Click here for more information.

Crossbow bolt: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
(badly moved multipage, added class hierarchy)
Line 1: Line 1:
{{LanguageBar}}
{{HL2 topicon}}
{{HL2 topicon}}
{{Ent not in fgd|nolink=1}}
{{Ent not in fgd|nolink=1}}
{{CD|???|file1=weapon_crossbow.cpp}}
{{this is a|point entity|name=crossbow_bolt|game=Half-Life 2|game1=Half-Life 2: Episode One|game2=Half-Life 2: Episode Two|game3=Half-Life 2: Deathmatch}}  
{{this is a|point entity|name=crossbow_bolt|game=Half-Life 2|game1=Half-Life 2: Episode One|game2=Half-Life 2: Episode Two|game3=Half-Life 2: Deathmatch}}  
{{code class| |weapon_crossbow.cpp}}
 
{{MultiPage| title = crossbow_bolt }}
This is the projectile fired by {{ent|weapon_crossbow}}.
 
The bolts '' think() '' and ''touch()''. It is
 
In touch() logic for bolt behavior.
* Bolt Reflection
: if the angle is right, bolts hit a solid surface and ricochet/reflect at an angle. Each bounce increases the 'gravity' of the projectile, in effect slowing its rate.
* behavior for impact against NPCs
* skin change
* breaking glass
* damage to triggers/breakable/props

Revision as of 23:26, 12 July 2024

English (en)Translate (Translate)

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
C++ Class hierarchy
???
CBaseEntity
C++ weapon_crossbow.cpp

crossbow_bolt is a point entity available in Half-Life 2 Half-Life 2, Half-Life 2: Episode One Half-Life 2: Episode One, Half-Life 2: Episode Two Half-Life 2: Episode Two, and Half-Life 2: Deathmatch Half-Life 2: Deathmatch.

This is the projectile fired by weapon_crossbow.

The bolts think() and touch(). It is

In touch() logic for bolt behavior.

  • Bolt Reflection
if the angle is right, bolts hit a solid surface and ricochet/reflect at an angle. Each bounce increases the 'gravity' of the projectile, in effect slowing its rate.
  • behavior for impact against NPCs
  • skin change
  • breaking glass
  • damage to triggers/breakable/props