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

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(More testing)
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 when this train picks a new point to move towards (and just after OnStart).}}
{{IO|OnNextPoint|Fires continuously every frame when the train is moving to its next destination.}}
{{note|This is incorrectly listed as "OnNext" in Valve's FGDs!}}
{{note|This is incorrectly listed as "OnNext" AND its description is completely wrong in the default FGD!}}
{{O Targetname}}
{{O Targetname}}

Revision as of 13:38, 19 May 2018

OnStart
Fired when the train starts moving in either direction.
OnNextPoint
Fires continuously every frame when the train is moving to its next destination.
Note.pngNote:This is incorrectly listed as "OnNext" AND its description is completely wrong in the default FGD!