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

Waterbullet: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Removed heavy and useless gif (already a pic illustrating the effect))
No edit summary
Line 1: Line 1:
{{Ent not in fgd|nolink=1}}
{{Ent not in fgd|nolink=1}}
{{CD|CWaterBullet|file1=waterbullet.cpp}}
{{CD|CWaterBullet|file1=waterbullet.cpp}}
Line 6: Line 5:


__NOTOC__
__NOTOC__
[[File:Waterbullet.png|thumb|Half-Life 2 waterbullet example]]
[[File:Waterbullet.png|thumb|Half-Life 2 waterbullet example|center|500px]]

Revision as of 08:03, 22 June 2024

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

waterbullet is a point entity available in all Source Source games. It is a bullet in water and operates with underwater physics. In Half-Life 2 created automatically when enemies shoot at player underwater.


Half-Life 2 waterbullet example