CRopeKeyframe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
... | ... | ||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/rope.h /game/server/rope.h]''' | ||
'''Linked | '''Linked Entities :''' | ||
*''' [https://developer.valvesoftware.com/wiki/move_rope move_rope]''' | |||
*''' [https://developer.valvesoftware.com/wiki/keyframe_rope keyframe_rope]''' | |||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CRopeKeyframe''' | ||
== SendProps == | == SendProps == |
Revision as of 17:51, 24 March 2022
Overview
...
Source location : /game/server/rope.h
Linked Entities :
Class Structure
- CBaseEntity
- CRopeKeyframe
SendProps
Name | Type | Description |
---|---|---|
m_hStartPoint | Integer | |
m_hEndPoint | Integer | |
m_iStartAttachment | Integer | |
m_iEndAttachment | Integer | |
m_Slack | Integer | |
m_RopeLength | Integer | |
m_fLockedPoints | Integer | |
m_RopeFlags | Integer | |
m_nSegments | Integer | |
m_bConstrainBetweenEndpoints | Boolean | |
m_iRopeMaterialModelIndex | Integer | |
m_Subdiv | Integer | |
m_TextureScale | Float | |
m_Width | Float | |
m_flScrollSpeed | Float | |
m_vecOrigin | Vector | |
moveparent | Integer | |
m_iParentAttachment | Integer |
Entity DataMaps
Name | Type | Description |
---|---|---|
InputSetForce | ||
InputSetScrollSpeed | ||
m_RopeFlags | ||
m_RopeLength | ||
m_Slack | ||
m_Subdiv | ||
m_TextureScale | ||
m_Width | ||
m_bConstrainBetweenEndpoints | ||
m_bCreatedFromMapFile | ||
m_bEndPointValid | ||
m_bStartPointValid | ||
m_fLockedPoints | ||
m_flScrollSpeed | ||
m_hEndPoint | ||
m_hStartPoint | ||
m_iEndAttachment | ||
m_iNextLinkName | ||
m_iRopeMaterialModelIndex | ||
m_iStartAttachment | ||
m_nSegments | ||
m_strRopeMaterialModel |
Name | Type | Description |
---|
Name | Type | Description |
---|