Template:I RopeKeyFrame: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{ScrollBox|title=RopeKeyFrame| {{IO|SetScrollSpeed|Set the speed at which the texture scrolls.|param=float}} {{IO|SetForce|Apply a force instantaneously to the rope. The paramet...")
 
m (→‎top: Substituted IO templates)
 
Line 1: Line 1:
{{ScrollBox|title=RopeKeyFrame|
{{ScrollBox|title=RopeKeyFrame|
{{IO|SetScrollSpeed|Set the speed at which the texture scrolls.|param=float}}
{{I|SetScrollSpeed|Set the speed at which the texture scrolls.|param=float}}
{{IO|SetForce|Apply a force instantaneously to the rope. The parameter should be a vector containing the force to be applied (X Y Z).|param=string}}
{{I|SetForce|Apply a force instantaneously to the rope. The parameter should be a vector containing the force to be applied (X Y Z).|param=string}}
{{IO|Break|Break the rope, if it's marked to do so.}}
{{I|Break|Break the rope, if it's marked to do so.}}
}}<noinclude>
}}<noinclude>
[[Category:Input Templates|RopeKeyFrame]]
[[Category:Input Templates|RopeKeyFrame]]
</noinclude>
</noinclude>

Latest revision as of 12:56, 21 April 2025

RopeKeyFrame:
SetScrollSpeed <float>
Set the speed at which the texture scrolls.
SetForce <string>
Apply a force instantaneously to the rope. The parameter should be a vector containing the force to be applied (X Y Z).
Break
Break the rope, if it's marked to do so.