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 (→Entity Description: wikilinks) |
(Added some tutorial links.) |
||
Line 21: | Line 21: | ||
==Outputs== | ==Outputs== | ||
*{{o basetrain}} | *{{o basetrain}} | ||
==See Also== | |||
Tutorials: | |||
* http://www.akilling.org/akg/tutorials/wiseElevators.asp - How to create elevators using this entity. | |||
* http://www.akilling.org/akg/tutorials/wiseTrains.asp - How to make trains using this entity. | |||
[[Category:Entities]] | [[Category:Entities]] |
Revision as of 19:55, 20 February 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
Tutorials:
- http://www.akilling.org/akg/tutorials/wiseElevators.asp - How to create elevators using this entity.
- http://www.akilling.org/akg/tutorials/wiseTrains.asp - How to make trains using this entity.