Func conveyor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (doxygen)
(could use more detail... does it have an animated texture or just move things?)
Line 2: Line 2:


==Entity Description==
==Entity Description==
Conveyor belt.
A [[brush entity]] that functions as a conveyor belt, with a moving surface.


==Availability==
==Availability==

Revision as of 01:01, 20 February 2007

Template:Wrongtitle

Entity Description

A brush entity that functions as a conveyor belt, with a moving surface.

Availability

Template:In game Template:Game-base Template:In code

Keyvalues

<angle> The direction conveyor moves.
  • speed
<string> Conveyor Speed.
  • _minlight
<string> The minimum level of ambient light that hits this brush.

Flags

  • 1 : No Push
  • 2 : Not Solid

Inputs

ToggleDirection
  • SetSpeed
SetSpeed

Outputs