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
m (Robot: Automated text replacement (-\{\|\r +{| class=standard-table))
No edit summary
 
(14 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{wrongtitle|title=move_rope}}
#REDIRECT [[Keyframe rope]]
==Entity Description==
{{preserved entity}}
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.
{{CD|CRopeKeyframe|file1=rope.cpp}}
 
{{this is a|point entity}}
==Keyvalues==
* {{KV Targetname}}
* {{KV Parentname}}
* {{KV Keyframe}}
* {{KV RopekeyFrame}}
* '''PositionInterpolator'''
: <choice>
:{| class=standard-table
! Literal Value || Description
|-
| 2 || Rope Interpolator
|}
 
==Flags==
* {{Fl RopekeyFrame}}
==Inputs==
* {{I Targetname}}
* {{I Parentname}}
* {{I RopeKeyframe}}
==Outputs==
* {{O Targetname}}
==See Also==
* [[keyframe_rope]]
[[Category:Entities]]

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.