Func conveyor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(could use more detail... does it have an animated texture or just move things?)
mNo edit summary
Line 1: Line 1:
{{wrongtitle|title=func_conveyor}}
{{wrongtitle|title=func_conveyor}}
{{base_brush}}
{{in code|class=class_c_func_conveyor.html CFuncConveyor|file=bmodels_8cpp-source.html bmodels.cpp}}


==Entity Description==
==Entity Description==
A [[brush entity]] that functions as a conveyor belt, with a moving surface.
A [[brush entity]] that functions as a conveyor belt, with a moving surface.
==Availability==
{{in game|brush}} {{game-base}}
{{in code|class=class_c_func_conveyor.html CFuncConveyor|file=bmodels_8cpp-source.html bmodels.cpp}}


==Keyvalues==
==Keyvalues==

Revision as of 11:21, 12 April 2008

Template:Wrongtitle Template:Base brush Template:In code

Entity Description

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

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