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

fish

From Valve Developer Community
Revision as of 04:31, 19 May 2025 by Nesciuse (talk | contribs) (Classifying as model entity)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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 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