This article's documentation is for anything that uses the Source engine. Click here for more information.

Move rope: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Cleanup)
No edit summary
 
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{base point|move_rope}} It is the first node in set of nodes that are used to place ropes in the world. It should connect to one or more [[keyframe_rope]] entities.
#REDIRECT [[Keyframe rope]]
 
{{preserved entity}}
== Keyvalues ==
{{CD|CRopeKeyframe|file1=rope.cpp}}
{{KV|Position Interpolator|choices|Curve Type. Currently only type 2 (Rope) is fully supported.}}
{{this is a|point entity}}
:* 0 : Linear
:* 1 : Catmull-Rom Spline
:* 2 : Rope
{{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]]

Latest revision as of 09:33, 4 May 2025

Redirect to:

Recycle-warning.png
This is a preserved entity in Counter-Strike: SourceHalf-Life 2: DeathmatchTeam Fortress 2Portal 2Counter-Strike: Global Offensive
If the game has round restart mechanics this entity may not behave as expected.
C++ Class hierarchy
CRopeKeyframe
CBaseEntity
C++ rope.cpp

This is a point entity available in all Source Source games.