Func water (Source): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Robot: fixing template case.)
Line 23: Line 23:
==Inputs==
==Inputs==


*{{i door}}
*{{I Door}}


==Outputs==
==Outputs==


*{{o door}}
*{{o door}}

Revision as of 19:28, 19 January 2009

Template:Wrongtitle Template:Base brush

Entity Description

Warning.pngWarning: this entity appears to be disabled (// commented) in OB/base.fgd. It was probably abandoned because it wouldn't work properly.

Keyvalues

  • Move Direction (Pitch Yaw Roll)
movedir <angle>
The direction the water will move when it is told to 'Open'. Default value is "0 0 0".
  • Wave Height
WaveHeight <string>
default value is "3.0"

Flags

  • 1 : "Starts Open" : 0
  • 256:"Use Only" : 0

Inputs

  • Door:
Open
Opens door.
Close
Closes door.
Toggle
Opens door if closed, closes door if opened.
Lock
Prevent door from opening, but can still close.
Unlock
Allow door to operate as normal.
SetSpeed <floatRedirectInput/float>
Sets Speed.

Outputs