Func trackautochange: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (link)
mNo edit summary
Line 1: Line 1:
{{wrongtitle|title=func_trackautochange}}
{{wrongtitle|title=func_trackautochange}}
{{base_brush}}


==Entity Description==
==Entity Description==
Line 23: Line 24:
==Outputs==
==Outputs==
*{{o trackchange}}
*{{o trackchange}}
[[Category:Entities]][[Category:Brush Entities]]

Revision as of 12:08, 12 April 2008

Template:Wrongtitle Template:Base brush

Entity Description

A brush entity that works as a rotating/moving platform that will carry a train to a new track. It must be larger in X-Y planar area than the train, since it must contain the train within these dimensions in order to operate when the train is near it.

Availability

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

Keyvalues

<string> The minimum level of ambient light that hits this brush.

Flags

Auto Activate train : [1]
Relink track : [2]
Start at Bottom : [8]
Platform starts at the bottom track instead of the top one.
Rotate Only : [16]
X Axis : [64]
Train rotates around the X-axis instead of the Z-axis. Can be combined with Y Axis.
Y Axis : [128]
Train rotates around the Y-axis instead of the Z-axis. Can be combined with X Axis.

Inputs

Trigger the track change.

Outputs