Func tracktrain: Difference between revisions
Jump to navigation
Jump to search
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.
m (fixed links) |
m (→Availability: class&file) |
||
Line 8: | Line 8: | ||
==Availability== | ==Availability== | ||
{{in game|brush}} {{game-base}} | {{in game|brush}} {{game-base}} | ||
{{in code|class= | {{in code|class=class_c_func_track_train.html CFuncTrackTrain|file=trains_8cpp-source.html trains.cpp}} | ||
==Keyvalues== | ==Keyvalues== |
Revision as of 14:12, 2 August 2006
Entity Description
A moving platform that the player can ride. It follows a path of path_track entities.

Availability
Template:In game Template:Game-base Template:In code
Keyvalues
Flags
Inputs
Outputs
See Also
- http://www.sourcemapping.org/akg/tutorials/wiseElevators.asp - Tutorial for creating elevators using this entity.
- http://www.sourcemapping.org/akg/tutorials/wiseTrains.asp - Tutorial for making trains using this entity.