Func precipitation: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Added a table and stuff.)
Line 12: Line 12:
: <integer> Density (0-100%)
: <integer> Density (0-100%)
* '''rendercolor'''
* '''rendercolor'''
: {{color}}
: {{color}} Color (R G B)
* '''preciptype'''
* '''preciptype'''
:<choices> Precipitation Type
:<choices> Precipitation Type
:*Rain
:{|
:*Snow
! Literal Value || Description
|-
| 0 || Rain
|-
| 1 || Snow
|}


==Inputs==
==Inputs==

Revision as of 04:21, 12 April 2006

Template:Wrongtitle

Entity Description

A brush entity that creates rain and snow inside its volume.

Keyvalues

  • renderamt
<integer> Density (0-100%)
  • rendercolor
#000000 Color (R G B)
  • preciptype
<choices> Precipitation Type
Literal Value Description
0 Rain
1 Snow

Inputs

Outputs

See Also