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
No edit summary
No edit summary
Line 2: Line 2:
{{CD|CWaterBullet|file1=waterbullet.cpp}}
{{CD|CWaterBullet|file1=waterbullet.cpp}}


{{this is a|point entity|name=waterbullet}} It is a bullet in water and operates with underwater physics. In {{hl2}} created automatically when enemies shoot at player underwater.
{{this is a|point entity|name=waterbullet}} It is a bullet in water and operates with underwater physics. In {{hl2|4}} created automatically when enemies shoot at player underwater.


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

Revision as of 01:32, 28 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 Half-Life 2 created automatically when enemies shoot at player underwater.


Half-Life 2 waterbullet example.