Template:Archived Page History/Template:O BaseTrain: Difference between revisions
Jump to navigation
Jump to search
Warning:In the default FGD, this is incorrectly listed as "OnNext" and has an incorrect description ("Fires when this train picks a new point to move towards (and just after OnStart)")
m (slight rewording to OnNextPoint) |
(Add portal 2 output) |
||
Line 1: | Line 1: | ||
{{IO|OnStart|Fired when the train starts moving in either direction.}} | {{IO|OnStart|Fired when the train starts moving in either direction.}} | ||
{{IO|OnNextPoint|Fires continuously every tick when the train is currently moving to its next destination.}} | {{IO|OnNextPoint|Fires continuously every tick when the train is currently moving to its next destination.}} | ||
{{warning|In the default FGD, this is incorrectly listed as "OnNext" | {{warning|In the default FGD, this is incorrectly listed as "OnNext" and has an incorrect description ''("Fires when this train picks a new point to move towards (and just after OnStart)")''}} | ||
{{IO|OnArrivedAtDestinationNode|Fired when this train arrives at a destination that was specified by the MoveToPathNode input.|since={{portal2}}}} | |||
{{O Targetname}}<noinclude> | {{O Targetname}}<noinclude> | ||
[[Category:Output Templates|BaseTrain]] | [[Category:Output Templates|BaseTrain]] | ||
</noinclude> | </noinclude> |
Revision as of 22:59, 4 April 2023
- OnStart
- Fired when the train starts moving in either direction.
- OnNextPoint
- Fires continuously every tick when the train is currently moving to its next destination.

- OnArrivedAtDestinationNode (in all games since
)
- Fired when this train arrives at a destination that was specified by the MoveToPathNode input.