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:17, 2 October 2024 by Nescius (talk | contribs) (It's fine to keep as own page. It has class hierarchy and categorization and info about not being in fgd which would be just bloat on the func fish pool page)
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 an 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