fish

From Valve Developer Community
Jump to navigation Jump to search
English (en)Translate (Translate)
Icon-callout-not-in-fgd.png
This entity is not in the FGD by default.
It should not be put directly in a map, because it can't move or even show a model on its own.
C++ Class hierarchy
CFish
CBaseAnimating
CBaseEntity
C++ fish.cpp

fish is a model entity available in all Source Source games. These are the fish created by func_fish_pool.

Warning.pngWarning: Killing the fish entity before killing the pool entity crashes the game. The pool entity must be removed first.

See Also