Func tracktrain: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎See Also: ...and here too.)
m (link)
Line 2: Line 2:


==Entity Description==
==Entity Description==
A moving platform that the player can ride. It follows a path of [[path_track]] entities.
A [[brush entity]] that functions as moving platform that the player can ride. It follows a path of [[path_track]] entities.


{{note|Build your train so that the front of the train is facing down the X axis. When it spawns it will automatically rotate to face the next [[path_track]] on the path.}}
{{note|Build your train so that the front of the train is facing down the X axis. When it spawns it will automatically rotate to face the next [[path_track]] on the path.}}

Revision as of 21:23, 20 February 2007

Template:Wrongtitle

Entity Description

A brush entity that functions as moving platform that the player can ride. It follows a path of path_track entities.

Note.pngNote:Build your train so that the front of the train is facing down the X axis. When it spawns it will automatically rotate to face the next path_track on the path.

Availability

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

Keyvalues

Flags

Inputs

Outputs


External links

The following SDKNuts tutorials all includes the use of func_tracktrain: