Concussiveblast: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Revision + Fixed an inaccuracy)
m (Changed obsolete template)
Line 1: Line 1:
{{lang|Concussiveblast}}
{{lang|Concussiveblast}}
{{obsolete}}
{{obsolete|entity=1}}
{{ent not in fgd|nolink=1}}
{{ent not in fgd|nolink=1}}
{{hl2 point|concussiveblast}} This entity appears to have been intended for {{ent|weapon_cguard}}, an unused weapon from the Half-Life 2 Beta. It is now used by [[npc_strider|striders]] as the centerpiece of their cannon blast, functioning as the explosion that deals the actual damage and creates the warp effect. This entity serves no use to mappers, therefore it has been marked as obsolete.
{{hl2 point|concussiveblast}} This entity appears to have been intended for {{ent|weapon_cguard}}, an unused weapon from the Half-Life 2 Beta. It is now used by [[npc_strider|striders]] as the centerpiece of their cannon blast, functioning as the explosion that deals the actual damage and creates the warp effect. This entity serves no use to mappers, therefore it has been marked as obsolete.


{{code class|CConcussiveBlast|weapon_cguard.cpp}}
{{code class|CConcussiveBlast|weapon_cguard.cpp}}

Revision as of 11:29, 9 June 2019

English (en)Translate (Translate)
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.

Template:Hl2 point This entity appears to have been intended for weapon_cguard, an unused weapon from the Half-Life 2 Beta. It is now used by striders as the centerpiece of their cannon blast, functioning as the explosion that deals the actual damage and creates the warp effect. This entity serves no use to mappers, therefore it has been marked as obsolete.

C++ In code, it is represented by theCConcussiveBlastclass, defined in theweapon_cguard.cppfile.