Move rope: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (updated holiday light info for TF2)
m (Redirected page to Keyframe rope)
Tag: New redirect
Line 1: Line 1:
{{point ent|move_rope}} It is a node entity that marks a point in a rope. Typically, the first node in the rope is a move_rope entity, followed by 1 or more {{ent|keyframe_rope}}s. However, the two are identical in code and freely interchangeable.
#REDIRECT [[Keyframe rope]]
{{note|In {{tf2}} and {{csgo}}, this entity will automatically have festive lights applied to its model during the winter holiday season. These lights are purely cosmetic and do not emit [[Lighting|light]].
This can be disabled in {{tf2}} via [[tf_gamerules]].}}
:{{Todo|See if this can also be disabled in {{csgo}}}}
 
 
== Keyvalues ==
{{KV|Position Interpolator|choices|Curve Type. Currently only type 2 (Rope) is fully supported.}}
:* 0 : Linear
:* 1 : Catmull-Rom Spline
:* 2 : Rope
{{KV|UseWind|since=AS|nofgd=1|boolean|When set to yes, the rope sways with the settings specified in the env_wind entity. Replaces "Disable Wind" in games post-''Alien Swarm''.}}
{{KV Targetname}}
{{KV Parentname with warning}}
{{KV KeyFrame}}
{{KV RopeKeyFrame}}
 
== Flags ==
{{Fl RopeKeyFrame}}
 
== Inputs ==
{{I Targetname}}
{{I Parentname}}
{{I RopeKeyFrame}}
 
== Outputs ==
{{O Targetname}}
 
==See Also==
* [[keyframe_rope]]

Revision as of 12:40, 25 January 2023

Redirect to: