Template:Archived Page History/Template:O BaseTrain: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added to Output Templates category)
m (slight rewording to OnNextPoint)
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 frame when the train is moving to its next destination.}}
{{IO|OnNextPoint|Fires continuously every tick when the train is currently moving to its next destination.}}
{{note|This is incorrectly listed as "OnNext" AND its description is completely wrong in the default FGD!}}
{{warning|In the default FGD, this is incorrectly listed as "OnNext", AND its description is completely wrong in the default FGD! ''(Fires when this train picks a new point to move towards (and just after OnStart))''}}
{{O Targetname}}<noinclude>
{{O Targetname}}<noinclude>
[[Category:Output Templates|BaseTrain]]
[[Category:Output Templates|BaseTrain]]
</noinclude>
</noinclude>

Revision as of 10:41, 16 March 2021

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.
Warning.pngWarning:In the default FGD, this is incorrectly listed as "OnNext", AND its description is completely wrong in the default FGD! (Fires when this train picks a new point to move towards (and just after OnStart))