Func fish pool: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Tidied)
Line 1: Line 1:
{{wrongtitle|title=func_fish_pool}}
{{wrongtitle|title=func_fish_pool}}
==description==
==Description==
An entity that adds swimming fish to a brush that has the water texture it is placed in.
An brush entity that has swimming fish when textured with water.


==properties==
{{template:css}} Counter-Strike: Source only.
==Properties==
*'''max_range''' Diameter of travel(''Integer'')
*'''max_range''' Diameter of travel(''Integer'')
*'''fish_count''' Number of Fish(''Integer'')
*'''fish_count''' Number of Fish(''Integer'')
*'''model''' The fish model(''File path'')
*'''model''' The fish model(''File path'')
**models/props/de_inferno/goldfish.mdl (default and only fish)
**models/props/de_inferno/goldfish.mdl (default and only fish)
==spawn flags==
none.
==inputs==
none.
==outputs==
none.


[[Category:Entities]]
[[Category:Entities]]

Revision as of 00:35, 30 August 2005

Template:Wrongtitle

Description

An brush entity that has swimming fish when textured with water.

Counter-Strike: Source Counter-Strike: Source only.

Properties

  • max_range Diameter of travel(Integer)
  • fish_count Number of Fish(Integer)
  • model The fish model(File path)
    • models/props/de_inferno/goldfish.mdl (default and only fish)